Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a710c5b

Browse files
committed
skip mapbox jasmine tests on CircleCI,
as gl context can't be initialized in headless environment.
1 parent add0151 commit a710c5b

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)