diff --git a/frontend/e2e/tests/dev-console/catalog.spec.ts b/frontend/e2e/tests/dev-console/catalog.spec.ts index 8d1c944e18a..d332b84e54a 100644 --- a/frontend/e2e/tests/dev-console/catalog.spec.ts +++ b/frontend/e2e/tests/dev-console/catalog.spec.ts @@ -107,7 +107,7 @@ test.describe( test('forces project selection when all namespaces URL is accessed [A-12-TC01]', async ({ page, }) => { - // TechPreview clusters run only a limited set of tests via test-prow-playwright-e2e-techpreview.sh + // TechPreview clusters run only a limited set of tests via test-prow-e2e-techpreview.sh // and do not enable the Developer perspective. CatalogPage.tsx only shows the project selection // message when isDevPerspective is true (see: `showCreateProjectListPage = isDevPerspective && // isAllNamespaces`), so this test would always fail on TechPreview. Skip it there; it is