Merge pull request #11230 from filecoin-project/asr/test-seal-and-verify-3-needs-to-stop
feat: skip TestSealAndVerify3 until it's fixed
This commit is contained in:
commit
8ab6eaa6e3
@ -425,6 +425,7 @@ func TestMain(m *testing.M) {
|
||||
}
|
||||
|
||||
func TestSealAndVerify3(t *testing.T) {
|
||||
t.Skip("i flake on CI, re-enable me when you have a fix pls")
|
||||
if testing.Short() {
|
||||
t.Skip("skipping test in short mode")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user