Merge pull request #7176 from filecoin-project/fix/disable-batch-deal-test

test: disable flaky TestBatchDealInput
This commit is contained in:
Aayush Rajasekaran 2021-08-24 20:37:29 -04:00 committed by GitHub
commit 95965615a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ import (
) )
func TestBatchDealInput(t *testing.T) { func TestBatchDealInput(t *testing.T) {
t.Skip("this test is disabled as it's flaky: #4611")
kit.QuietMiningLogs() kit.QuietMiningLogs()
var ( var (