Skip to content

Commit 34e0a4b

Browse files
committed
add noCI tag for one sankey test which started to fail after adding funnel tests
1 parent 92b9471 commit 34e0a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/sankey_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ describe('sankey tests', function() {
12281228
.then(done);
12291229
});
12301230

1231-
it('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
1231+
it('@noCI should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
12321232
var fig = Lib.extendDeep({}, mock);
12331233

12341234
Plotly.plot(gd, fig)

0 commit comments

Comments
 (0)