Skip to content

Commit e025969

Browse files
committed
serial
1 parent f38e411 commit e025969

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import {
1010
} from "../../support/test-data/bulk-import";
1111

1212
// 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" });
13+
test.describe.serial("Bulk Import plugin", () => {
1514
test.skip(() => process.env.JOB_NAME.includes("osd-gcp")); // skipping due to RHIDP-5704 on OSD Env
1615

1716
let page: Page;

0 commit comments

Comments
 (0)