Skip to content

Commit a76ef7f

Browse files
committed
test: use proper ci skip
1 parent 215e7b5 commit a76ef7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Queue.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ describe('Models/Queue', function() {
259259
// causing the timeouts in this test to become really flakey (setTimeout can't
260260
// guarantee exact time of function execution, and in a high load env execution can
261261
// be significantly delayed.
262-
if (process.env.COVERALLS_ENV == 'production') {
262+
if (process.env.CI === true) {
263263
return true;
264264
}
265265

@@ -2093,4 +2093,4 @@ describe('Models/Queue', function() {
20932093

20942094
});
20952095

2096-
});
2096+
});

0 commit comments

Comments
 (0)