We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ddcc8 commit d90308cCopy full SHA for d90308c
e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts
@@ -11,10 +11,6 @@ import {
11
12
// Pre-req : plugin-bulk-import & plugin-bulk-import-backend-dynamic
13
test.describe.serial("Bulk Import plugin", () => {
14
- // Log environment variables for debugging
15
- console.log("DEBUG: JOB_NAME =", process.env.JOB_NAME);
16
- console.log("DEBUG: Detected PR check:", process.env.JOB_NAME?.includes("pull-ci-"));
17
-
18
test.skip(() => process.env.JOB_NAME?.includes("osd-gcp")); // skipping due to RHIDP-5704 on OSD Env
19
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2116
20
// Skip on ALL PR checks (presubmit jobs) - detect by JOB_NAME pattern
0 commit comments