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);