We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8435151 commit cef78b4Copy full SHA for cef78b4
1 file changed
test/test-ioslib.js
@@ -252,7 +252,7 @@ describe('ioslib', function () {
252
});
253
254
255
- (process.env.TRAVIS ? it.skip : it)('should find a device/cert/profile combination', function (done) {
+ (process.env.TRAVIS || process.env.JENKINS ? it.skip : it)('should find a device/cert/profile combination', function (done) {
256
this.timeout(10000);
257
this.slow(10000);
258
0 commit comments