Skip to content

Commit

Permalink
update arm group (#662)
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 Feb 8, 2024
1 parent ba5b6f5 commit c13df8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/ossm/smcp_annotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c13df8d

Please sign in to comment.