Skip to content

Commit

Permalink
Merge pull request #10810 from filecoin-project/asr/batch-deal-stop
Browse files Browse the repository at this point in the history
chore: drop flaky TestBatchDealInput subcase
  • Loading branch information
magik6k authored May 3, 2023
2 parents 78800a4 + 17c43ca commit ab0e261
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions itests/batch_deal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,4 @@ func TestBatchDealInput(t *testing.T) {

t.Run("4-p1600B", run(1600, 4, 4))
t.Run("4-p513B", run(513, 4, 2))
if !testing.Short() {
t.Run("32-p257B", run(257, 32, 8))

// fixme: this appears to break data-transfer / markets in some really creative ways
//t.Run("32-p10B", run(10, 32, 2))
// t.Run("128-p10B", run(10, 128, 8))
}
}

0 comments on commit ab0e261

Please sign in to comment.