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

Skip to content

Commit 4eb5daf

Browse files
committed
add a flaky flag for one test
1 parent 1447b40 commit 4eb5daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/shapes_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ describe('A fixed size shape', function() {
10371037
});
10381038
});
10391039

1040-
it('being sized relative to data vertically is getting lower ' +
1040+
it('@flaky being sized relative to data vertically is getting lower ' +
10411041
'when being dragged to expand the y-axis',
10421042
function(done) {
10431043
layout.shapes[0].ysizemode = 'data';

0 commit comments

Comments
 (0)