Skip to content

Commit 91d074c

Browse files
skip certain tests that cause problems with SauceLabs
1 parent bd8e023 commit 91d074c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

karma.conf.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ function configureSauceLabs (config) {
161161
// So, exclude these tests when running on SauceLabs.
162162
config.exclude = [
163163
'test/specs/__*/**',
164-
'test/specs/blank/**',
165-
'test/specs/empty/**',
166-
'test/specs/invalid/**',
167-
'test/specs/parsers/**',
164+
'test/specs/blank/**/*.spec.js',
165+
'test/specs/circular*/**/*.spec.js',
166+
'test/specs/empty/**/*.spec.js',
167+
'test/specs/invalid/**/*.spec.js',
168+
'test/specs/parsers/**/*.spec.js',
168169
];
169170
}

0 commit comments

Comments
 (0)