From ad50c6358ca937c4ea29150154e8b5a5073e7b3a Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Wed, 6 Dec 2023 09:18:54 +0100 Subject: [PATCH] Fix after rebase --- testing/integration/container_cmd_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/container_cmd_test.go b/testing/integration/container_cmd_test.go index ac5ab416482..40fa73437c6 100644 --- a/testing/integration/container_cmd_test.go +++ b/testing/integration/container_cmd_test.go @@ -29,7 +29,7 @@ func TestContainerCMD(t *testing.T) { // which leaves files under /usr/share/elastic-agent. Run it isolated // to avoid interfering with other tests and better simulate a container // environment we run it in isolation - Isolate: true, + Group: "container", }) ctx := context.Background()