We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaea1a commit 69efe3eCopy full SHA for 69efe3e
test/jasmine/tests/sankey_test.js
@@ -1318,7 +1318,7 @@ describe('sankey tests', function() {
1318
.then(done, done.fail);
1319
});
1320
1321
- it('should persist the position of every nodes after drag in attributes nodes.(x|y)', function(done) {
+ it('@flaky should persist the position of every nodes after drag in attributes nodes.(x|y)', function(done) {
1322
mockCopy.data[0].arrangement = arrangement;
1323
var move = [50, -50];
1324
var nodes;
0 commit comments