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

Skip to content

Commit 69efe3e

Browse files
committed
add a flaky tag
1 parent 1eaea1a commit 69efe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/sankey_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ describe('sankey tests', function() {
13181318
.then(done, done.fail);
13191319
});
13201320

1321-
it('should persist the position of every nodes after drag in attributes nodes.(x|y)', function(done) {
1321+
it('@flaky should persist the position of every nodes after drag in attributes nodes.(x|y)', function(done) {
13221322
mockCopy.data[0].arrangement = arrangement;
13231323
var move = [50, -50];
13241324
var nodes;

0 commit comments

Comments
 (0)