Skip to content

Commit 2e5f8f9

Browse files
committed
rehover mapbox test
1 parent 258998a commit 2e5f8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ describe('mapbox plots', function() {
10141014
.then(done, done.fail);
10151015
}, LONG_TIMEOUT_INTERVAL);
10161016

1017-
it('@gl should not attempt to rehover over exiting subplots', function(done) {
1017+
xit('@gl should not attempt to rehover over exiting subplots', function(done) {
10181018
spyOn(Fx, 'hover').and.callThrough();
10191019

10201020
function countHoverLabels() {

0 commit comments

Comments
 (0)