Skip to content

Commit

Permalink
Removed fit test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesantiagoAM committed Nov 14, 2022
1 parent 0c0eace commit 073650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jasmine/tests/hover_label_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@ describe('Hover on multicategory axes', function() {
.then(done, done.fail);
});

fit('should work with series', function(done) {
it('should work with series', function(done) {
var fig = Lib.extendDeep({}, require('@mocks/zz-multicategory_series.json'));
fig.data = [fig.data[0]];
fig.layout.width = 500;
Expand Down

0 comments on commit 073650c

Please sign in to comment.