We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8e023 commit 91d074cCopy full SHA for 91d074c
1 file changed
karma.conf.js
@@ -161,9 +161,10 @@ function configureSauceLabs (config) {
161
// So, exclude these tests when running on SauceLabs.
162
config.exclude = [
163
'test/specs/__*/**',
164
- 'test/specs/blank/**',
165
- 'test/specs/empty/**',
166
- 'test/specs/invalid/**',
167
- 'test/specs/parsers/**',
+ 'test/specs/blank/**/*.spec.js',
+ 'test/specs/circular*/**/*.spec.js',
+ 'test/specs/empty/**/*.spec.js',
+ 'test/specs/invalid/**/*.spec.js',
168
+ 'test/specs/parsers/**/*.spec.js',
169
];
170
}
0 commit comments