From 3d70d5592650cf145a3b7d3a770b2325aee72b8c Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Thu, 10 Apr 2025 18:16:33 +0530 Subject: [PATCH] skip data insight application run tests --- .../ui/playwright/e2e/Pages/DataInsightSettings.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataInsightSettings.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataInsightSettings.spec.ts index 43c68e287ce..3f5d678e48f 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataInsightSettings.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataInsightSettings.spec.ts @@ -157,7 +157,8 @@ test.describe.serial( }); if (process.env.PLAYWRIGHT_IS_OSS) { - test('Run application', async ({ page }) => { + // add this test once we have https://github.com/open-metadata/OpenMetadata/issues/19387 + test.fixme('Run application', async ({ page }) => { const appResponse = page.waitForResponse( `/api/v1/apps/name/DataInsightsApplication?fields=*` );