diff --git a/pkg/k8s/watcher_test.go b/pkg/k8s/watcher_test.go index 80ac588de5d..23f8752cc5a 100644 --- a/pkg/k8s/watcher_test.go +++ b/pkg/k8s/watcher_test.go @@ -115,6 +115,7 @@ func TestWatchCustomCollision(t *testing.T) { } func TestWatchQuery(t *testing.T) { + t.Skip("FIXME(lukeshu): This test is notoriously flakey, and the code under test hasn't changed in ages. Write better tests!") t.Parallel() ctx := dlog.NewTestContext(t, false) w, err := k8s.NewWatcher(info(ctx))