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

choo121600 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 2bd58511eaf Add two more fixme's for tests: (#64544)
2bd58511eaf is described below

commit 2bd58511eafeb83c73f8badaba8c8789a0f8a8c8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Apr 1 07:14:09 2026 +0200

    Add two more fixme's for tests: (#64544)
    
    tests/e2e/specs/backfill.spec.ts:109:5 › Backfill › Backfill creation and 
validation › Verify backfill table filters
    tests/e2e/specs/dags-list.spec.ts:135:3 › Dags Search › should search for a 
Dag by name
---
 airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts  | 2 +-
 airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts 
b/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts
index 609a0bc6c1b..f47d40e3171 100644
--- a/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts
+++ b/airflow-core/src/airflow/ui/tests/e2e/specs/backfill.spec.ts
@@ -106,7 +106,7 @@ test.describe("Backfill", () => {
       });
     }
 
-    test("Verify backfill table filters", async ({ page }) => {
+    test.fixme("Verify backfill table filters", async ({ page }) => {
       const backfillPage = new BackfillPage(page);
 
       await backfillPage.navigateToBackfillsTab(testDagId);
diff --git a/airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts 
b/airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts
index ef2e75b2aab..a2ca283c0df 100644
--- a/airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts
+++ b/airflow-core/src/airflow/ui/tests/e2e/specs/dags-list.spec.ts
@@ -132,7 +132,7 @@ test.describe("Dags Search", () => {
     dagsPage = new DagsPage(page);
   });
 
-  test("should search for a Dag by name", async () => {
+  test.fixme("should search for a Dag by name", async () => {
     test.setTimeout(120_000);
     await dagsPage.navigate();
     await dagsPage.verifyDagsListVisible();

Reply via email to