From 3ebc685f9a7d60d6d79d164f6427546c0de47935 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Nov 2024 08:34:55 -0800 Subject: [PATCH] fix playwright e2e ui test --- tests/proxy_admin_ui_tests/playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/proxy_admin_ui_tests/playwright.config.ts b/tests/proxy_admin_ui_tests/playwright.config.ts index c77897a02..ba15d5458 100644 --- a/tests/proxy_admin_ui_tests/playwright.config.ts +++ b/tests/proxy_admin_ui_tests/playwright.config.ts @@ -13,6 +13,7 @@ import { defineConfig, devices } from '@playwright/test'; */ export default defineConfig({ testDir: './e2e_ui_tests', + testIgnore: '**/tests/pass_through_tests/**', /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */