From d376bc1aa95c2115bd6ef49423185672e6999587 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Thu, 7 Aug 2025 01:02:47 +0530 Subject: [PATCH] PLAYWRIGHT: skip the range selection test in bulk import (#22796) * skip the range selection test in bulk import * added some more context --- .../resources/ui/playwright/e2e/Features/BulkImport.spec.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/BulkImport.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/BulkImport.spec.ts index 1e27522f995..e8d629c2182 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/BulkImport.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/BulkImport.spec.ts @@ -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 + // + 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);