Skip to content

Commit

Permalink
Merge pull request kubernetes#125729 from p0lyn0mial/upstream-deflake…
Browse files Browse the repository at this point in the history
…-test-wait-until-fresh

storage/cacher/cacher_whitebox_test.go: deflake TestWaitUntilFreshAndListFromCache
  • Loading branch information
k8s-ci-robot committed Jun 27, 2024
2 parents 7210f2a + 662672a commit 24478e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ func TestWaitUntilFreshAndList(t *testing.T) {

func TestWaitUntilFreshAndListFromCache(t *testing.T) {
featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.ConsistentListFromCache, true)
forceRequestWatchProgressSupport(t)
ctx := context.Background()
store := newTestWatchCache(3, &cache.Indexers{})
defer store.Stop()
Expand Down

0 comments on commit 24478e0

Please sign in to comment.