Skip to content

Commit

Permalink
test: disable flaky TestSimultaneousTransferLimit
Browse files Browse the repository at this point in the history
See #7152 for details.
  • Loading branch information
Stebalien committed Aug 20, 2021
1 parent 36cb7d9 commit 2a4ad20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itests/deals_concurrent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ func TestDealCyclesConcurrent(t *testing.T) {
}

func TestSimultanenousTransferLimit(t *testing.T) {
t.Skip("skipping as flaky #7152")

if testing.Short() {
t.Skip("skipping test in short mode")
}
Expand Down

0 comments on commit 2a4ad20

Please sign in to comment.