Skip to content

Commit

Permalink
Merge pull request #6957 from filecoin-project/fix/disable-flaky-deal…
Browse files Browse the repository at this point in the history
…s-test

chore: disable flaky test
  • Loading branch information
magik6k authored Jul 30, 2021
2 parents 73b2b5f + b885d69 commit d06f387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itests/deals_concurrent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestDealWithMarketAndMinerNode(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode")
}
t.Skip("skipping due to flakiness: see #6956")

kit.QuietMiningLogs()

Expand Down

0 comments on commit d06f387

Please sign in to comment.