From 89c6b234045d12ee72d73e55bb0a85b23655b789 Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Wed, 18 Dec 2024 12:27:55 -0500 Subject: [PATCH] AMLII-2218 - Fix E2E documentation link in agent_tests.md --- docs/dev/agent_tests.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/dev/agent_tests.md b/docs/dev/agent_tests.md index 94f5368991a68..ed2fbe3817d41 100644 --- a/docs/dev/agent_tests.md +++ b/docs/dev/agent_tests.md @@ -20,17 +20,9 @@ commit through the CI so the following requirements must be met: ## E2E tests -### Kitchen - For tests that require a fully configured Agent up and running in specific and -repeatable environments there are E2E (End to End) tests that are executed using -Test Kitchen from Chef on the supported platforms. - -### Kubernetes - -There are some end to end tests executed on top of Kubernetes. - -See the dedicated docs about it [here](../../test/e2e/README.md). +repeatable environments there are E2E (End to End) tests that are executed in +Pulumi managed instances. See the dedicated docs about it [here](../../test/new-e2e/README.md). ## System tests