Skip to content

Commit a6a7a6f

Browse files
p0lyn0mialbertinatto
authored andcommitted
UPSTREAM: 134327: test/e2e/apimachinery/watchlist: select only wellknown secrets for table test
1 parent 7470f14 commit a6a7a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/apimachinery/watchlist.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var _ = SIGDescribe("API Streaming (aka. WatchList)", framework.WithFeatureGate(
227227
framework.ExpectNoError(err)
228228
dynamicClient := dynamic.New(restClient)
229229

230-
opts, hasPreparedOptions, err := watchlist.PrepareWatchListOptionsFromListOptions(metav1.ListOptions{})
230+
opts, hasPreparedOptions, err := watchlist.PrepareWatchListOptionsFromListOptions(metav1.ListOptions{LabelSelector: "watchlist=true"})
231231
framework.ExpectNoError(err)
232232
gomega.Expect(hasPreparedOptions).To(gomega.BeTrueBecause("it should be possible to prepare watchlist opts from an empty ListOptions"))
233233

0 commit comments

Comments
 (0)