diff --git a/pkg/storage/unified/resource/storage_backend_test.go b/pkg/storage/unified/resource/storage_backend_test.go index a2eaa69cdaf..7f41e20d1a9 100644 --- a/pkg/storage/unified/resource/storage_backend_test.go +++ b/pkg/storage/unified/resource/storage_backend_test.go @@ -347,6 +347,7 @@ func TestKvStorageBackend_WatchWriteEvents(t *testing.T) { // in ascending ResourceVersion order. func TestIntegrationKvStorageBackend_WatchWriteEvents_ConcurrentWrites(t *testing.T) { testutil.SkipIntegrationTestInShortMode(t) + t.Skip("skipping flaky test for now") t.Run("pollingNotifier", func(t *testing.T) { if db.IsTestDbSQLite() {