Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 011443e

Browse files
committed
add flaky tag to scattergl visible toggle test
1 parent c6df699 commit 011443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/gl2d_plot_interact_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('@gl Test gl2d plots', function() {
348348
.then(done);
349349
});
350350

351-
it('should be able to toggle visibility', function(done) {
351+
it('@flaky should be able to toggle visibility', function(done) {
352352
var _mock = Lib.extendDeep({}, mock);
353353
_mock.data[0].line.width = 5;
354354

0 commit comments

Comments
 (0)