Skip to content

Commit b6e4734

Browse files
committed
exclude mapbox jasmine tests on CircleCI,
- as FF launched by karma can't create a webgl context on CircleCI.
1 parent 9255ca1 commit b6e4734

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/jasmine/karma.ciconf.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ function func(config) {
1717
func.defaultConfig.exclude = [
1818
'tests/gl_plot_interact_test.js',
1919
'tests/gl_plot_interact_basic_test.js',
20-
'tests/gl2d_scatterplot_contour_test.js'
20+
'tests/gl2d_scatterplot_contour_test.js',
21+
'tests/mapbox_test.js',
22+
'tests/scattermapbox_test.js'
2123
];
2224

2325
// if true, Karma captures browsers, runs the tests and exits

0 commit comments

Comments
 (0)