Skip to content

Commit 2a13e92

Browse files
committed
#30a excluding gl_plot_interact_basic_test.js from the CI run. Benefit of having two files is that this new file is expected to pass reliably on a local non-headless jasmine run. So we should put more and more (reliable) test cases into this one so that test coverage for at least local automated testing is increasing, even though they're excluded from CI.
1 parent 7eef2e1 commit 2a13e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/karma.ciconf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function func(config) {
1414
* exclude them from the CircleCI test bundle.
1515
*
1616
*/
17-
func.defaultConfig.exclude = ['tests/gl_plot_interact_test.js'];
17+
func.defaultConfig.exclude = ['tests/gl_plot_interact_test.js', 'tests/gl_plot_interact_basic_test.js'];
1818

1919
// if true, Karma captures browsers, runs the tests and exits
2020
func.defaultConfig.singleRun = true;

0 commit comments

Comments
 (0)