Skip to content

Commit

Permalink
feat: skip TestSealAndVerify3 until it's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Sep 1, 2023
1 parent d71d647 commit b92cff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/sealer/ffiwrapper/sealer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit b92cff7

Please sign in to comment.