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:
Aayush Rajasekaran 2023-09-06 14:48:38 -04:00 committed by GitHub
commit 8ab6eaa6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
}