skip data insight application run tests

This commit is contained in:
Chirag Madlani 2025-04-10 18:16:33 +05:30
parent 81b09f768c
commit 3d70d55926

View File

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