Skip to content

Commit 87562d9

Browse files
committed
Debug sankey test
1 parent b7c4483 commit 87562d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/jasmine/tests/sankey_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,11 +1305,11 @@ describe('sankey tests', function() {
13051305
.then(done, done.fail);
13061306
});
13071307

1308-
it('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
1308+
fit('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
13091309
var fig = Lib.extendDeep({}, mock);
13101310

13111311
Plotly.newPlot(gd, fig)
1312-
.then(function() { return Plotly.restyle(gd, 'node.hoverinfo', 'skip'); })
1312+
// .then(function() { return Plotly.restyle(gd, 'node.hoverinfo', 'skip'); })
13131313
.then(assertNoHoverEvents('node'))
13141314
.then(done, done.fail);
13151315
});

0 commit comments

Comments
 (0)