mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 18:06:03 +00:00
skip BulkEdit Entity Database playwright test (#20590)
This commit is contained in:
parent
d1f8b30a06
commit
dec1ee136e
@ -221,7 +221,7 @@ test.describe('Bulk Edit Entity', () => {
|
|||||||
await afterAction();
|
await afterAction();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Database', async ({ page }) => {
|
test.skip('Database', async ({ page }) => {
|
||||||
test.slow(true);
|
test.slow(true);
|
||||||
|
|
||||||
let customPropertyRecord: Record<string, string> = {};
|
let customPropertyRecord: Record<string, string> = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user