chore_: skip waku tests as flaky (#5487)
* chore_: skip `TestBasicWakuV2` as flaky * chore_: skip TestWakuV2Filter
This commit is contained in:
parent
abb570dd3f
commit
d977914f6b
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue