Skip to content

Commit 2ef9489

Browse files
authored
skip flaky test (#1830)
1 parent 69030f6 commit 2ef9489

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

storagemarket/provider_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ func TestMultipleDealsConcurrent(t *testing.T) {
168168
}
169169

170170
func TestDealsRejectedForFunds(t *testing.T) {
171+
t.Skip("flaky test")
172+
171173
ctx := context.Background()
172174
// setup the provider test harness with configured publish fee per deal and a total wallet balance.
173175
harness := NewHarness(t, withMinPublishFees(abi.NewTokenAmount(100)), withPublishWalletBal(1000))

0 commit comments

Comments
 (0)