Skip to content

Commit 155e124

Browse files
committed
fix(e2e): remove ip count check
this occasionally flakes and has no impact if there are 2
1 parent 05d8fdc commit 155e124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/catalog_e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ func TestConfigMapUpdateTriggersRegistryPodRollout(t *testing.T) {
213213
}
214214
}
215215
require.NoError(t, err)
216-
require.Equal(t, 1, ipCount)
217216
}
218217

219218
func TestConfigMapReplaceTriggersRegistryPodRollout(t *testing.T) {

0 commit comments

Comments
 (0)