diff --git a/test/upgrade/probe_test.go b/test/upgrade/probe_test.go index e884ee0e045..ab01a93db47 100644 --- a/test/upgrade/probe_test.go +++ b/test/upgrade/probe_test.go @@ -34,7 +34,7 @@ const ( readyMessage = "prober ready" ) -func TestContinuousEventsPropagationWithProber(t *testing.T) { +func TestEventsPropagationWithProber(t *testing.T) { // We run the prober as a golang test because it fits in nicely with // the rest of our integration tests, and AssertProberDefault needs // a *testing.T. Unfortunately, "go test" intercepts signals, so we