We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87dbd0 commit 2849724Copy full SHA for 2849724
test/jasmine/karma.conf.js
@@ -39,8 +39,20 @@ func.defaultConfig = {
39
testFileGlob
40
],
41
42
- // list of files to exclude
+ /*
43
+ * WebGL interaction test cases don't run consistently
44
+ * across machines. Before each release, please make sure
45
+ * to run these with:
46
+ *
47
+ * npm run test-jasmine -- gl_plot_interact_test.js
48
49
+ * Or manually check their specs.
50
51
+ */
52
exclude: [
53
+ (testFileGlob === 'tests/gl_plot_interact_test.js') ?
54
+ '' :
55
+ 'tests/gl_plot_interact_test.js'
56
57
58
// preprocess matching files before serving them to the browser
0 commit comments