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

vatsrahul1001 pushed a commit to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 43cafa2d68d Mark tests as fixme for asset details and connection 
deletion (#65487) (#66864)
43cafa2d68d is described below

commit 43cafa2d68d1dc569ed2cfd1c7ed37d00d9c8f2b
Author: Rahul Vats <[email protected]>
AuthorDate: Fri May 15 10:20:46 2026 +0530

    Mark tests as fixme for asset details and connection deletion (#65487) 
(#66864)
    
    (cherry picked from commit c50832d6d524317861fe119c50777fd181b8fad3)
    
    Co-authored-by: Yeonguk Choo <[email protected]>
---
 airflow-core/src/airflow/ui/tests/e2e/specs/asset.spec.ts       | 2 +-
 airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/src/airflow/ui/tests/e2e/specs/asset.spec.ts 
b/airflow-core/src/airflow/ui/tests/e2e/specs/asset.spec.ts
index 59046947c57..0dbc0de3eec 100644
--- a/airflow-core/src/airflow/ui/tests/e2e/specs/asset.spec.ts
+++ b/airflow-core/src/airflow/ui/tests/e2e/specs/asset.spec.ts
@@ -101,7 +101,7 @@ test.describe("Assets Page", () => {
       .toBe(true);
   });
 
-  test("verify asset details and dependencies", async ({ page }) => {
+  test.fixme("verify asset details and dependencies", async ({ page }) => {
     const assetDetailPage = new AssetDetailPage(page);
     const assetName = testConfig.asset.name;
 
diff --git a/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts 
b/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts
index ffe17ff316c..368dc055535 100644
--- a/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts
+++ b/airflow-core/src/airflow/ui/tests/e2e/specs/connections.spec.ts
@@ -191,7 +191,7 @@ test.describe("Connections Page - CRUD Operations", () => {
     expect(stillExists).toBeTruthy();
   });
 
-  test("should delete a connection", async () => {
+  test.fixme("should delete a connection", async () => {
     test.setTimeout(120_000);
 
     // Create a temporary connection for deletion test

Reply via email to