Skip to content

Commit bf8d7aa

Browse files
committed
added fixme for kpi widget
1 parent 4501526 commit bf8d7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmetadata-ui/src/main/resources/ui/playwright/e2e/Flow/CustomizeWidgets.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ test('My Data Widget', PLAYWRIGHT_SAMPLE_DATA_TAG_OBJ, async ({ page }) => {
313313
});
314314
});
315315

316-
test('KPI Widget', PLAYWRIGHT_SAMPLE_DATA_TAG_OBJ, async ({ page }) => {
316+
test.fixme('KPI Widget', PLAYWRIGHT_SAMPLE_DATA_TAG_OBJ, async ({ page }) => {
317317
test.slow(true);
318318

319319
await test.step('Add KPI', async () => {

0 commit comments

Comments
 (0)