feat: skip TestSealAndVerify3 until it's fixed
This commit is contained in:
parent
d71d647aaf
commit
b92cff74f2
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user