Skip to content

Commit 3e41a21

Browse files
committed
x-ing out the test suite for CI buildability.
1 parent 360cc34 commit 3e41a21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/ParseFile+GCS.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ var GCP_PROJECT_ID = "<gcp_project_id>";
1717
var GCP_KEYFILE_PATH = "<path/to/keyfile>";
1818
var GCS_BUCKET_NAME = "<gcs_bucket_name>";
1919

20-
describe('Parse.File testing', () => {
20+
// 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', () => {
2123
describe('GCS directAccess: false', () => {
2224
beforeEach(function(done){
2325
var port = 8378;

0 commit comments

Comments
 (0)