Skip to content

Commit

Permalink
e2e: disable GatewayInfraResourceTest (envoyproxy#3205)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
Co-authored-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
zirain and guydc authored Apr 17, 2024
1 parent a7b4b55 commit e8b8074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/tests/gateway_infra_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ import (
)

func init() {
ConformanceTests = append(ConformanceTests, GatewayInfraResourceTest)
// nolint
//ConformanceTests = append(ConformanceTests, GatewayInfraResourceTest)
}

// nolint
var GatewayInfraResourceTest = suite.ConformanceTest{
ShortName: "GatewayInfraResourceTest",
Description: "Gateway Infra Resource E2E Test",
Expand Down

0 comments on commit e8b8074

Please sign in to comment.