Skip to content

Commit 5de957c

Browse files
test(procmgr): revert unrelated Windows E2E refactor from spawn-profiles PR
Restore procmgr_win_test.go to main and drop the extracted helpers file. The only E2E delta on this PR is removing the PAR test for #54735.
1 parent a5ef62f commit 5de957c

3 files changed

Lines changed: 146 additions & 161 deletions

File tree

test/new-e2e/tests/agent-runtimes/procmgr/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@ dd_agent_go_test(
55
srcs = [
66
"procmgr_common_test.go",
77
"procmgr_nix_test.go",
8-
"procmgr_win_helpers_test.go",
98
"procmgr_win_test.go",
109
],
1110
deps = [
1211
"//pkg/fleet/installer/packages/embedded",
1312
"//test/e2e-framework/components/datadog/agentparams",
1413
"//test/e2e-framework/components/os",
1514
"//test/e2e-framework/scenarios/aws/ec2",
16-
"//test/e2e-framework/testing/components",
1715
"//test/e2e-framework/testing/e2e",
1816
"//test/e2e-framework/testing/environments",
1917
"//test/e2e-framework/testing/provisioners/aws/host",

test/new-e2e/tests/agent-runtimes/procmgr/procmgr_win_helpers_test.go

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)