Skip to content

Commit

Permalink
skip flaky test (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense authored Nov 29, 2023
1 parent 69030f6 commit 2ef9489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storagemarket/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ func TestMultipleDealsConcurrent(t *testing.T) {
}

func TestDealsRejectedForFunds(t *testing.T) {
t.Skip("flaky test")

ctx := context.Background()
// setup the provider test harness with configured publish fee per deal and a total wallet balance.
harness := NewHarness(t, withMinPublishFees(abi.NewTokenAmount(100)), withPublishWalletBal(1000))
Expand Down

0 comments on commit 2ef9489

Please sign in to comment.