diff --git a/spec/ParseFile+GCS.spec.js b/spec/ParseFile+GCS.spec.js index 850704a3..ae6543e2 100644 --- a/spec/ParseFile+GCS.spec.js +++ b/spec/ParseFile+GCS.spec.js @@ -17,7 +17,9 @@ var GCP_PROJECT_ID = ""; var GCP_KEYFILE_PATH = ""; var GCS_BUCKET_NAME = ""; -describe('Parse.File testing', () => { +// Note the 'xdescribe', make sure to delete the 'x' once the above vars +// are filled in to run the test suite +xdescribe('Parse.File GCS testing', () => { describe('GCS directAccess: false', () => { beforeEach(function(done){ var port = 8378;