Skip to content

Commit

Permalink
cleanup resources to unblock the gatewayapi job
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Chen <[email protected]>
  • Loading branch information
jijiechen committed Sep 24, 2024
1 parent 0847f9d commit 11cd067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e_env/gatewayapi/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ func TestConformance(t *testing.T) {
RestConfig: clientConfig,
Clientset: clientset,
GatewayClassName: "kuma",
CleanupBaseResources: !Config.Debug, // we need to keep the resources to collect logs when Debug is enabled
Debug: Config.Debug, // controls if request details should be printed to stdout
CleanupBaseResources: true,
Debug: Config.Debug, // controls if request details should be printed to stdout
NamespaceLabels: map[string]string{
metadata.KumaSidecarInjectionAnnotation: metadata.AnnotationEnabled,
},
Expand Down

0 comments on commit 11cd067

Please sign in to comment.