We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69030f6 commit 2ef9489Copy full SHA for 2ef9489
1 file changed
storagemarket/provider_test.go
@@ -168,6 +168,8 @@ func TestMultipleDealsConcurrent(t *testing.T) {
168
}
169
170
func TestDealsRejectedForFunds(t *testing.T) {
171
+ t.Skip("flaky test")
172
+
173
ctx := context.Background()
174
// setup the provider test harness with configured publish fee per deal and a total wallet balance.
175
harness := NewHarness(t, withMinPublishFees(abi.NewTokenAmount(100)), withPublishWalletBal(1000))
0 commit comments