Skip to content

Commit

Permalink
add the ARM group
Browse files Browse the repository at this point in the history
  • Loading branch information
Praneeth Bajjuri committed Feb 6, 2024
1 parent 52cf489 commit 0df5221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/ossm/testssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func TestSSL(t *testing.T) {
NewTest(t).Id("T27").Groups(Full, InterOp).Run(func(t TestHelper) {
NewTest(t).Id("T27").Groups(Full, InterOp, ARM).Run(func(t TestHelper) {
ns := "bookinfo"
t.Cleanup(func() {
oc.Patch(t, meshNamespace, "smcp", smcpName, "json", `[{"op": "remove", "path": "/spec/security/controlPlane/tls"}]`)
Expand Down

0 comments on commit 0df5221

Please sign in to comment.