From 10787f26ac3cb59b5c5a3777abb7246f1346657d Mon Sep 17 00:00:00 2001 From: Lisa Guo Date: Tue, 21 May 2024 11:09:04 -0400 Subject: [PATCH] Remove application signals testing in favor of e2e tests --- generator/test_case_generator.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/generator/test_case_generator.go b/generator/test_case_generator.go index 3283404eb..5acef507d 100644 --- a/generator/test_case_generator.go +++ b/generator/test_case_generator.go @@ -110,10 +110,6 @@ var testTypeToTestConfig = map[string][]testConfig{ terraformDir: "terraform/ec2/creds", targets: map[string]map[string]struct{}{"os": {"al2": {}}}, }, - { - testDir: "./test/app_signals", - targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}}, - }, }, /* You can only place 1 mac instance on a dedicate host a single time. @@ -211,9 +207,6 @@ var testTypeToTestConfig = map[string][]testConfig{ targets: map[string]map[string]struct{}{"arc": {"amd64": {}}}, }, {testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/bit"}, - {testDir: "./test/app_signals", terraformDir: "terraform/eks/daemon/app_signals", - targets: map[string]map[string]struct{}{"arc": {"amd64": {}}}, - }, {testDir: "./test/fluent", terraformDir: "terraform/eks/daemon/fluent/windows/2022"}, { testDir: "./test/gpu", terraformDir: "terraform/eks/daemon/gpu",