diff --git a/pkg/tests/ossm/smcp_annotation_test.go b/pkg/tests/ossm/smcp_annotation_test.go index cd32b13f..8439fdb3 100644 --- a/pkg/tests/ossm/smcp_annotation_test.go +++ b/pkg/tests/ossm/smcp_annotation_test.go @@ -27,7 +27,7 @@ import ( ) func TestSMCPAnnotations(t *testing.T) { - test.NewTest(t).Id("T29").Groups(test.Full).Run(func(t test.TestHelper) { + test.NewTest(t).Id("T29").Groups(test.Full, test.ARM).Run(func(t test.TestHelper) { t.Log("Test annotations: verify deployment with sidecar.maistra.io/proxyEnv annotations and Enable automatic injection in SMCP to propagate the annotations to the sidecar") DeployControlPlane(t) // TODO: move this to individual subtests and integrate patch if one exists