PLAYWRIGHT: skip the range selection test in bulk import (#22796)

* skip the range selection test in bulk import

* added some more context
This commit is contained in:
Ashish Gupta 2025-08-07 01:02:47 +05:30 committed by GitHub
parent 7fa6518a55
commit d376bc1aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -878,7 +878,9 @@ test.describe('Bulk Import Export', () => {
await afterAction();
});
test('Range selection', async ({ page }) => {
// Skip this test for now, since it is not working in AUT but working in local and CI
// <Mostly around the config since it is working in local and CI and not working in AUT>
test.skip('Range selection', async ({ page }) => {
// 5 minutes to avoid test timeout happening some times in AUTs, since it add all the entities layer
test.setTimeout(300_000);