From c13df8dbd5b965837fcbfeeb79b0182796fe21f7 Mon Sep 17 00:00:00 2001 From: Praneeth Bajjuri Date: Thu, 8 Feb 2024 13:21:39 -0600 Subject: [PATCH] update arm group (#662) Co-authored-by: Praneeth Bajjuri --- pkg/tests/ossm/smcp_annotation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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