Skip to content

Commit 6a85a98

Browse files
committed
Actually skip the test
1 parent 1cbf392 commit 6a85a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Test-EndToEnd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ describe('EndToEnd', () => {
218218

219219
describe('GCSDataStore', () => {
220220
if (process.env.TRAVIS_SECURE_ENV_VARS !== true) {
221-
it.skip();
221+
return;
222222
}
223223

224224
let file_id;

test/Test-GCSDataStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const deleteFile = (file_name) => {
3939

4040
describe('GCSDataStore', () => {
4141
if (process.env.TRAVIS_SECURE_ENV_VARS !== true) {
42-
it.skip();
42+
return;
4343
}
4444

4545
let server;

0 commit comments

Comments
 (0)