Skip to content

Commit

Permalink
Skip RateLimitBasedJwtClaimsTest test (envoyproxy#2096)
Browse files Browse the repository at this point in the history
Relates to envoyproxy#2095

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg authored Oct 27, 2023
1 parent 364710f commit ef7a2a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ func TestE2E(t *testing.T) {
*flags.GatewayClassName, *flags.CleanupBaseResources, *flags.ShowDebug, *flags.SupportedFeatures, *flags.ExemptFeatures)

cSuite := suite.New(suite.Options{
Client: client,
GatewayClassName: *flags.GatewayClassName,
Debug: *flags.ShowDebug,
Client: client,
GatewayClassName: *flags.GatewayClassName,
Debug: *flags.ShowDebug,
SkipTests: []string{
tests.RateLimitBasedJwtClaimsTest.ShortName,
},
CleanupBaseResources: *flags.CleanupBaseResources,
FS: &Manifests,
})
Expand Down

0 comments on commit ef7a2a4

Please sign in to comment.