Skip to content

Commit

Permalink
undo 'exclude gl interactions tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 24, 2016
1 parent f6f2e51 commit eebe7d0
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions test/jasmine/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,7 @@ func.defaultConfig = {
testFileGlob
],

/*
* WebGL interaction test cases don't run consistently
* across machines. Before each release, please make sure
* to run these with:
*
* npm run test-jasmine -- gl_plot_interact_test.js
*
* Or manually check their specs.
*
*/
exclude: [
(testFileGlob === 'tests/gl_plot_interact_test.js') ?
'' :
'tests/gl_plot_interact_test.js'
],
exclude: [],

// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
Expand Down

0 comments on commit eebe7d0

Please sign in to comment.