diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts index c9ff2d03c1b..4c456effe1f 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Pages/DataQualityAndProfiler.spec.ts @@ -1202,6 +1202,8 @@ test( 'Pagination functionality in test cases list', PLAYWRIGHT_INGESTION_TAG_OBJ, async ({ page }) => { + test.slow(); + const { apiContext, afterAction } = await getApiContext(page); const paginationTable = new TableClass();