mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 08:58:06 +00:00
skip data insight application run tests
This commit is contained in:
parent
81b09f768c
commit
3d70d55926
@ -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=*`
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user