From 97d29fb33d507fcd365c9035ba956e5f250d6405 Mon Sep 17 00:00:00 2001 From: Daniel Tafoya <63120739+daniel-taf@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:55:20 -0500 Subject: [PATCH] [PROCS-4577] Remove `ECSEC2Suite` embed from `ECSEC2CoreAgentSuite` struct (#31800) --- test/new-e2e/tests/process/ecs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new-e2e/tests/process/ecs_test.go b/test/new-e2e/tests/process/ecs_test.go index 95024a2bdea3d..45881701fde06 100644 --- a/test/new-e2e/tests/process/ecs_test.go +++ b/test/new-e2e/tests/process/ecs_test.go @@ -91,7 +91,7 @@ func (s *ECSEC2Suite) TestProcessCheck() { // This is duplicated as the tests have been flaky. This may be due to how pulumi is handling the provisioning of // ecs tasks. type ECSEC2CoreAgentSuite struct { - ECSEC2Suite + e2e.BaseSuite[ecsCPUStressEnv] } func TestECSEC2CoreAgentSuite(t *testing.T) {