Skip to content

Commit

Permalink
fix multiple gc test
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Sep 25, 2024
1 parent 84b4bd4 commit 3c1d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/multiple_gc/multiple_gc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (

func TestMultipleGC(t *testing.T) {
flag.Parse()

c, cfg := kubetest.NewClient(t)

if flags.RunTest != nil && *flags.RunTest != "" {
Expand Down Expand Up @@ -76,6 +75,7 @@ func TestMultipleGC(t *testing.T) {
privateGatewaySuiteGatewayClassName := "private"
privateGatewaySuite, err := suite.NewConformanceTestSuite(suite.ConformanceOptions{
Client: c,
RestConfig: cfg,
GatewayClassName: privateGatewaySuiteGatewayClassName,
Debug: *flags.ShowDebug,
CleanupBaseResources: *flags.CleanupBaseResources,
Expand Down

0 comments on commit 3c1d737

Please sign in to comment.