chore_: skip waku tests as flaky (#5487)

* chore_: skip `TestBasicWakuV2` as flaky

* chore_: skip TestWakuV2Filter
This commit is contained in:
Igor Sirotin 2024-07-05 11:00:33 +01:00 committed by GitHub
parent abb570dd3f
commit d977914f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,8 @@ func TestRestartDiscoveryV5(t *testing.T) {
}
func TestBasicWakuV2(t *testing.T) {
t.Skip("flaky test")
enrTreeAddress := testStoreENRBootstrap //"enrtree://AL65EKLJAUXKKPG43HVTML5EFFWEZ7L4LOKTLZCLJASG4DSESQZEC@prod.status.nodes.status.im"
envEnrTreeAddress := os.Getenv("ENRTREE_ADDRESS")
if envEnrTreeAddress != "" {
@ -324,6 +326,7 @@ func TestPeerExchange(t *testing.T) {
}
func TestWakuV2Filter(t *testing.T) {
t.Skip("flaky test")
enrTreeAddress := testBootENRBootstrap
envEnrTreeAddress := os.Getenv("ENRTREE_ADDRESS")