Skip to content

Commit

Permalink
Skip Web Assembly IBM P/Z (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: Praneeth Bajjuri <pbajjuri@pbajjuri-thinkpadp1gen4i.rmtustx.csb>
  • Loading branch information
pbajjuri20 and Praneeth Bajjuri committed Jan 2, 2024
1 parent 743caaf commit c83c204
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/tests/tasks/extensions/threescale_wasm_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ const (

func TestThreeScaleWasmPlugin(t *testing.T) {
test.NewTest(t).Groups(test.Full).Run(func(t test.TestHelper) {

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

t.Cleanup(func() {
oc.RecreateNamespace(t, ns.Foo)
oc.RecreateNamespace(t, meshNamespace)
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 c83c204

Please sign in to comment.