Skip to content

Commit

Permalink
Remove application signals testing in favor of e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lisguo committed May 21, 2024
1 parent c4a3a4a commit 10787f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 10787f2

Please sign in to comment.