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=*` );