skip BulkEdit Entity Database playwright test (#20590)

This commit is contained in:
Ashish Gupta 2025-04-03 10:14:57 +05:30 committed by GitHub
parent d1f8b30a06
commit dec1ee136e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,7 +221,7 @@ test.describe('Bulk Edit Entity', () => {
await afterAction();
});
test('Database', async ({ page }) => {
test.skip('Database', async ({ page }) => {
test.slow(true);
let customPropertyRecord: Record<string, string> = {};