Skip to content

Commit 624cbf1

Browse files
authored
Merge pull request #8187 from onflow/leo/skip-wintermute-test-suite
[Testing] Skip wintermute test suite due to flakiness
2 parents 542eea6 + effd35b commit 624cbf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/tests/bft/protocol/wintermute/wintermute_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ type WintermuteTestSuite struct {
1919
}
2020

2121
func TestWintermuteAttackTestSuite(t *testing.T) {
22+
t.Skip("skipping TestWintermuteAttackTestSuite due to flakiness")
2223
suite.Run(t, new(WintermuteTestSuite))
2324
}
2425

0 commit comments

Comments
 (0)