Skip to content

Commit 13204a9

Browse files
committed
mark polar drag test flaky
1 parent 3f43253 commit 13204a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/polar_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ describe('Test polar interactions:', function() {
798798
.then(done);
799799
});
800800

801-
it('should response to drag interactions on plot area', function(done) {
801+
it('@flaky should respond to drag interactions on plot area', function(done) {
802802
var fig = Lib.extendDeep({}, require('@mocks/polar_scatter.json'));
803803

804804
// to avoid dragging on hover labels

0 commit comments

Comments
 (0)