We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95379ec commit 2284456Copy full SHA for 2284456
tests/suite/snippets_filter_test.go
@@ -260,6 +260,7 @@ func waitForHTTPRouteToHaveGatewayNotProgrammedCond(httpRouteNsName types.Namesp
260
500*time.Millisecond,
261
true, /* poll immediately */
262
func(ctx context.Context) (bool, error) {
263
+ fmt.Println("we are polling ")
264
var hr v1.HTTPRoute
265
var err error
266
@@ -311,6 +312,7 @@ func waitForSnippetsFilterToBeAccepted(snippetsFilterNsNames types.NamespacedNam
311
312
313
314
315
316
var sf ngfAPI.SnippetsFilter
317
318
0 commit comments