From b92cff74f279e80abb45cd4aedfc378e4f03bbdc Mon Sep 17 00:00:00 2001 From: Aayush Date: Fri, 1 Sep 2023 10:08:55 -0400 Subject: [PATCH] feat: skip TestSealAndVerify3 until it's fixed --- storage/sealer/ffiwrapper/sealer_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/sealer/ffiwrapper/sealer_test.go b/storage/sealer/ffiwrapper/sealer_test.go index 6838b3ca5..a8cb51b3e 100644 --- a/storage/sealer/ffiwrapper/sealer_test.go +++ b/storage/sealer/ffiwrapper/sealer_test.go @@ -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") }