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 59046947c57bf..0dbc0de3eecc6 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 ffe17ff316cb5..368dc05553531 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