Skip to content

Commit

Permalink
Merge pull request #7153 from filecoin-project/fix/disable-flaky-test
Browse files Browse the repository at this point in the history
test: disable flaky TestSimultaneousTransferLimit
  • Loading branch information
Stebalien authored Aug 23, 2021
2 parents 68269b2 + 2a4ad20 commit 01ea39a
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 01ea39a

Please sign in to comment.