From eac7691d7512366d53a36eb1fb2413d3e9ac3ef2 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 18 Apr 2023 13:06:05 -0400 Subject: [PATCH] chore: Revert only running one cluster page e2e test Signed-off-by: Sebastian Malton --- packages/open-lens/integration/__tests__/cluster-pages.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/open-lens/integration/__tests__/cluster-pages.tests.ts b/packages/open-lens/integration/__tests__/cluster-pages.tests.ts index 8158f1c008..ecc013f8a3 100644 --- a/packages/open-lens/integration/__tests__/cluster-pages.tests.ts +++ b/packages/open-lens/integration/__tests__/cluster-pages.tests.ts @@ -86,7 +86,7 @@ describeIf(minikubeReady(TEST_NAMESPACE))("Minikube based tests", () => { 10 * 60 * 1000, ); - it.only( + it( `should create the ${TEST_NAMESPACE} and a pod in the namespace and then remove that pod via the context menu`, async () => { await navigateToNamespaces(frame);