Skip to content

Commit f01af80

Browse files
committed
refactor: remove outdated PR skip logic for Bulk Import tests
1 parent e80baa8 commit f01af80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ test.skip(isPrJob, "Skipping Bulk Import tests on PR (presubmit) jobs");
1919
// Pre-req : plugin-bulk-import & plugin-bulk-import-backend-dynamic
2020
test.describe.serial("Bulk Import plugin", () => {
2121
test.skip(() => process.env.JOB_NAME?.includes("osd-gcp")); // skipping due to RHIDP-5704 on OSD Env
22-
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2116
23-
// Skip on ALL PR checks (presubmit jobs) - detect by JOB_NAME pattern
24-
test.skip(() => process.env.JOB_NAME?.includes("pull-ci-")); // skip on PR checks (job name starts with pull-ci-)
2522
test.skip(() => !process.env.JOB_NAME?.includes("ocp")); // run only on OCP jobs to avoid GH rate limit
2623
test.describe.configure({ retries: process.env.CI ? 5 : 0 });
2724

0 commit comments

Comments
 (0)