Skip to content

Commit 8805949

Browse files
author
Daniel Gröger
committed
remove noCI from failing test
1 parent 3b83880 commit 8805949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ describe('hover info', function() {
16611661
.then(done, done.fail);
16621662
});
16631663

1664-
it('@noCI centered-aligned, should stack nicely upon each other', function(done) {
1664+
it('centered-aligned, should stack nicely upon each other', function(done) {
16651665
var trace1 = {
16661666
x: ['giraffes'],
16671667
y: [5],

0 commit comments

Comments
 (0)