Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Commit 16f7027

Browse files
Further reduced the number of tests on Safari and IE, due to sporadic failures
1 parent 89b7cc7 commit 16f7027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/test-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// These browsers sporadically fail when run in SauceLabs via Karma.
3535
// So only run a subset of the tests to reduce the chance of failure.
3636
tests = tests.filter(function (test, index) {
37-
if (index % 5 === 0) {
37+
if (index % 15 === 0) {
3838
return test;
3939
}
4040
});

0 commit comments

Comments
 (0)