Skip to content

Commit 5096f4f

Browse files
committedFeb 26, 2019
noCI flag back
1 parent 9586f78 commit 5096f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ describe('Test gl3d plots', function() {
359359
.then(done);
360360
});
361361

362-
it('@gl should emit correct event data on click (scatter3d case)', function(done) {
362+
it('@noCI @gl should emit correct event data on click (scatter3d case)', function(done) {
363363
var _mock = Lib.extendDeep({}, mock2);
364364

365365
// N.B. gl3d click events are 'mouseover' events

0 commit comments

Comments
 (0)
Please sign in to comment.