From 1b475c355612743b786c21ca2f4c81b2e3f57b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Tue, 14 Mar 2017 21:04:48 -0400 Subject: [PATCH] skip gl3d hover and click test on CI (for now) --- test/jasmine/tests/gl_plot_interact_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jasmine/tests/gl_plot_interact_test.js b/test/jasmine/tests/gl_plot_interact_test.js index 890303b2092..e09bfb84c60 100644 --- a/test/jasmine/tests/gl_plot_interact_test.js +++ b/test/jasmine/tests/gl_plot_interact_test.js @@ -78,7 +78,7 @@ describe('Test gl3d plots', function() { destroyGraphDiv(); }); - it('should display correct hover labels and emit correct event data', function(done) { + it('@noCI should display correct hover labels and emit correct event data', function(done) { var _mock = Lib.extendDeep({}, mock2); function _hover() { @@ -136,7 +136,7 @@ describe('Test gl3d plots', function() { }); - it('should emit correct event data on click', function(done) { + it('@noCI should emit correct event data on click', function(done) { var _mock = Lib.extendDeep({}, mock2); // N.B. gl3d click events are 'mouseover' events