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 f38e411 commit e025969Copy full SHA for e025969
e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts
@@ -10,8 +10,7 @@ import {
10
} from "../../support/test-data/bulk-import";
11
12
// Pre-req : plugin-bulk-import & plugin-bulk-import-backend-dynamic
13
-test.describe("Bulk Import plugin", () => {
14
- test.describe.configure({ retries: process.env.CI ? 2 : 0, mode: "serial" });
+test.describe.serial("Bulk Import plugin", () => {
15
test.skip(() => process.env.JOB_NAME.includes("osd-gcp")); // skipping due to RHIDP-5704 on OSD Env
16
17
let page: Page;
0 commit comments