File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ case $1 in
5454 set_tz
5555
5656 SHARDS=($( node $ROOT /tasks/shard_jasmine_tests.js --tag=gl | circleci tests split) )
57- MAX_AUTO_RETRY=3
57+ MAX_AUTO_RETRY=2
5858 for s in ${SHARDS[@]} ; do
5959 retry npm run test-jasmine -- " $s " --tags=gl --skip-tags=noCI --showSkipped
6060 done
@@ -66,7 +66,7 @@ case $1 in
6666 set_tz
6767
6868 SHARDS=($( node $ROOT /tasks/shard_jasmine_tests.js --tag=flaky | circleci tests split) )
69- MAX_AUTO_RETRY=5
69+ MAX_AUTO_RETRY=3
7070 for s in ${SHARDS[@]} ; do
7171 retry npm run test-jasmine -- " $s " --tags=flaky --skip-tags=noCI --showSkipped
7272 done
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ describe('sankey tests', function() {
11281128 . then ( done ) ;
11291129 } ) ;
11301130
1131- it ( 'should persist the position of every nodes after drag in attributes nodes.(x|y)' , function ( done ) {
1131+ it ( '@flaky should persist the position of every nodes after drag in attributes nodes.(x|y)' , function ( done ) {
11321132 mockCopy . data [ 0 ] . arrangement = arrangement ;
11331133 var move = [ 50 , - 50 ] ;
11341134 var nodes ;
You can’t perform that action at this time.
0 commit comments