diff --git a/test/integration/ipamperf/ipam_test.go b/test/integration/ipamperf/ipam_test.go index 1b679323b7..6125f00e6e 100644 --- a/test/integration/ipamperf/ipam_test.go +++ b/test/integration/ipamperf/ipam_test.go @@ -109,6 +109,11 @@ func logResults(allResults []*Results) { } func TestPerformance(t *testing.T) { + if testing.Short() { + // TODO (#61854) find why flakiness is caused by etcd connectivity before enabling always + t.Skip("Skipping because we want to run short tests") + } + apiURL, masterShutdown := util.StartApiserver() defer masterShutdown()