Skip to content

Commit 2f8aa63

Browse files
chore: re-enable tests in workflow-all-runs-validations.spec.ts (#3887)
1 parent e1e9d4b commit 2f8aa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/orchestrator/workflow-all-runs-validations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Orchestrator } from "../../../support/pages/orchestrator";
55
import { skipIfJobName } from "../../../utils/helper";
66
import { JOB_NAME_PATTERNS } from "../../../utils/constants";
77

8-
test.describe.skip("Orchestrator Workflow Runs tests", () => {
8+
test.describe("Orchestrator Workflow Runs tests", () => {
99
test.skip(() => skipIfJobName(JOB_NAME_PATTERNS.OSD_GCP)); // skipping orchestrator tests on OSD-GCP due to infra not being installed
1010
test.skip(() => skipIfJobName(JOB_NAME_PATTERNS.GKE)); // skipping orchestrator tests on GKE - plugins disabled to save disk space
1111

0 commit comments

Comments
 (0)