Skip to content

Commit

Permalink
skip certain tests that cause problems with SauceLabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Oct 5, 2018
1 parent bd8e023 commit 91d074c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ function configureSauceLabs (config) {
// So, exclude these tests when running on SauceLabs.
config.exclude = [
'test/specs/__*/**',
'test/specs/blank/**',
'test/specs/empty/**',
'test/specs/invalid/**',
'test/specs/parsers/**',
'test/specs/blank/**/*.spec.js',
'test/specs/circular*/**/*.spec.js',
'test/specs/empty/**/*.spec.js',
'test/specs/invalid/**/*.spec.js',
'test/specs/parsers/**/*.spec.js',
];
}

0 comments on commit 91d074c

Please sign in to comment.