Skip to content

Commit cef78b4

Browse files
committed
Skip simulator testing on Jenkins as well
1 parent 8435151 commit cef78b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-ioslib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ describe('ioslib', function () {
252252
});
253253
});
254254

255-
(process.env.TRAVIS ? it.skip : it)('should find a device/cert/profile combination', function (done) {
255+
(process.env.TRAVIS || process.env.JENKINS ? it.skip : it)('should find a device/cert/profile combination', function (done) {
256256
this.timeout(10000);
257257
this.slow(10000);
258258

0 commit comments

Comments
 (0)