feat: skip TestSealAndVerify3 until it's fixed

This commit is contained in:
Aayush 2023-09-01 10:08:55 -04:00
parent d71d647aaf
commit b92cff74f2

View File

@ -423,6 +423,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")
}