diff --git a/pkg/storage/testing/watcher_tests.go b/pkg/storage/testing/watcher_tests.go index 9829194f9..6e2f124c3 100644 --- a/pkg/storage/testing/watcher_tests.go +++ b/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