Skip to content

Commit abd0c45

Browse files
authored
Merge pull request #1478 from plotly/skip-gl3d-hover
Skip gl3d hover and click test on CI
2 parents b1b525e + 1b475c3 commit abd0c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/gl_plot_interact_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('Test gl3d plots', function() {
7878
destroyGraphDiv();
7979
});
8080

81-
it('should display correct hover labels and emit correct event data', function(done) {
81+
it('@noCI should display correct hover labels and emit correct event data', function(done) {
8282
var _mock = Lib.extendDeep({}, mock2);
8383

8484
function _hover() {
@@ -136,7 +136,7 @@ describe('Test gl3d plots', function() {
136136

137137
});
138138

139-
it('should emit correct event data on click', function(done) {
139+
it('@noCI should emit correct event data on click', function(done) {
140140
var _mock = Lib.extendDeep({}, mock2);
141141

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

0 commit comments

Comments
 (0)