Skip to content

Commit 788d867

Browse files
chore: re-enable tests in bulk-import.spec.ts (#3874)
1 parent b73ac1d commit 788d867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +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.skip("Bulk Import plugin", () => {
13+
test.describe.serial("Bulk Import plugin", () => {
1414
test.skip(() => process.env.JOB_NAME.includes("osd-gcp")); // skipping due to RHIDP-5704 on OSD Env
1515
// TODO: https://issues.redhat.com/browse/RHDHBUGS-2116
1616
test.fixme(() => process.env.JOB_TYPE.includes("presubmit")); // skip on PR checks

0 commit comments

Comments
 (0)