Skip to content

Commit c9f2a42

Browse files
Revert "chore: re-enable tests in greeting-workflow.spec.ts (#3886)" (#3919)
1 parent 478c84e commit c9f2a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/plugins/orchestrator/greeting-workflow.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("Orchestrator greeting workflow tests", () => {
8+
test.describe.skip("Orchestrator greeting workflow 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)