This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f7b199a23b9 Temporarily ignore flaky e2e specs until stabilized 
(#63936)
f7b199a23b9 is described below

commit f7b199a23b9c4c3ae85692867781a2ce2bf2dfb6
Author: Yeonguk Choo <[email protected]>
AuthorDate: Fri Mar 20 00:38:35 2026 +0900

    Temporarily ignore flaky e2e specs until stabilized (#63936)
---
 airflow-core/src/airflow/ui/playwright.config.ts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/airflow-core/src/airflow/ui/playwright.config.ts 
b/airflow-core/src/airflow/ui/playwright.config.ts
index 2ca34e47ef6..0312194e38d 100644
--- a/airflow-core/src/airflow/ui/playwright.config.ts
+++ b/airflow-core/src/airflow/ui/playwright.config.ts
@@ -109,6 +109,14 @@ export default defineConfig({
   retries: process.env.CI !== undefined && process.env.CI !== "" ? 2 : 0,
 
   testDir: "./tests/e2e/specs",
+  // TODO: Temporarily ignore flaky specs until stabilized
+  // See: #63036
+  testIgnore: [
+    "**/dag-runs-tab.spec.ts",
+    "**/dag-runs.spec.ts",
+    "**/dag-grid-view.spec.ts",
+    "**/task-logs.spec.ts",
+  ],
 
   timeout: 30_000,
   use: {

Reply via email to