diff --git a/staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go b/staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go index 28ad020137a..79564da9848 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go @@ -1481,7 +1481,6 @@ func RunWatchSemantics(ctx context.Context, t *testing.T, store storage.Interfac // make sure we only get initial events testCheckResultsInStrictOrder(t, w, scenario.expectedInitialEvents(createdPods)) testCheckResultsInStrictOrder(t, w, scenario.expectedInitialEventsBookmark(createdPods)) - testCheckNoMoreResults(t, w) createdPods = []*example.Pod{} // add a pod that is greater than the storage's RV when the watch was started