We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360cc34 commit 3e41a21Copy full SHA for 3e41a21
spec/ParseFile+GCS.spec.js
@@ -17,7 +17,9 @@ var GCP_PROJECT_ID = "<gcp_project_id>";
17
var GCP_KEYFILE_PATH = "<path/to/keyfile>";
18
var GCS_BUCKET_NAME = "<gcs_bucket_name>";
19
20
-describe('Parse.File testing', () => {
+// Note the 'xdescribe', make sure to delete the 'x' once the above vars
21
+// are filled in to run the test suite
22
+xdescribe('Parse.File GCS testing', () => {
23
describe('GCS directAccess: false', () => {
24
beforeEach(function(done){
25
var port = 8378;
0 commit comments