Skip flaky test for now (#120238)

This commit is contained in:
Stephanie Hingtgen
2026-03-12 16:02:50 -06:00
committed by GitHub
parent d3bb2ae991
commit 09911e720d

View File

@@ -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() {