Skip to content

Commit

Permalink
skip_IBM_P_Z_Platfrom (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Praneeth Bajjuri <[email protected]>
  • Loading branch information
pbajjuri20 and Praneeth Bajjuri authored Nov 10, 2023
1 parent c62d8f1 commit 46178bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/tests/tasks/extensions/threescale_wasm_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ func TestThreeScaleWasmPlugin(t *testing.T) {
oc.DeleteNamespace(t, threeScaleNs)
})

if env.GetArch() == "z" || env.GetArch() == "p" {
t.Skip("Web Assembly is not supported for IBM Z&P")
}

t.LogStep("Deploy SMCP")
oc.ApplyTemplate(t, meshNamespace, meshTmpl, map[string]string{
"Name": smcpName,
Expand Down

0 comments on commit 46178bc

Please sign in to comment.