Skip to content

Commit e1498e4

Browse files
committed
deactivated Jasmine test as WebGL isn't supported
1 parent e501b96 commit e1498e4

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

test/jasmine/karma.ciconf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ function func(config) {
2323
'tests/gl_plot_interact_test.js',
2424
'tests/gl_plot_interact_basic_test.js',
2525
'tests/gl2d_scatterplot_contour_test.js',
26-
'tests/gl2d_pointcloud_test.js'
26+
'tests/gl2d_pointcloud_test.js',
27+
'tests/parcoords_test.js'
2728
];
2829

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

test/jasmine/tests/parcoords_test.js

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)