Skip to content

Commit

Permalink
e2e: skip UseClientProtocolTest (envoyproxy#3478)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <zirain2009@gmail.com>
  • Loading branch information
zirain authored May 26, 2024
1 parent c2c9b43 commit d9a8e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func TestE2E(t *testing.T) {
SkipTests: []string{
tests.ClientTimeoutTest.ShortName, // https://github.com/envoyproxy/gateway/issues/2720
tests.GatewayInfraResourceTest.ShortName, // https://github.com/envoyproxy/gateway/issues/3191
tests.UseClientProtocolTest.ShortName, // https://github.com/envoyproxy/gateway/issues/3473
},
})
if err != nil {
Expand Down

0 comments on commit d9a8e54

Please sign in to comment.