Skip to content

Commit

Permalink
Skip P/Z in TestExposeGrpcWithHttpsGateway for now (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkralik3 authored Oct 3, 2024
1 parent 825fd89 commit 2e12875
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/tests/tasks/traffic/ingress/grpc_https_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ func TestExposeGrpcWithHttpsGateway(t *testing.T) {

t.Log("This test verifies tls decapsulation of grpc messages in gateway.")

if env.GetArch() == "z" || env.GetArch() == "p" {
t.Skip("gcr.io/istio-testing/app:latest image is not supported on IBM Z&P")
}

t.Cleanup(func() {
app.Uninstall(t, app.GrpCurl(ns.Default))
oc.DeleteNamespace(t, ns.EchoGrpc)
Expand Down

0 comments on commit 2e12875

Please sign in to comment.