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 478c84e commit c9f2a42Copy full SHA for c9f2a42
e2e-tests/playwright/e2e/plugins/orchestrator/greeting-workflow.spec.ts
@@ -5,7 +5,7 @@ import { Orchestrator } from "../../../support/pages/orchestrator";
5
import { skipIfJobName } from "../../../utils/helper";
6
import { JOB_NAME_PATTERNS } from "../../../utils/constants";
7
8
-test.describe("Orchestrator greeting workflow tests", () => {
+test.describe.skip("Orchestrator greeting workflow tests", () => {
9
test.skip(() => skipIfJobName(JOB_NAME_PATTERNS.OSD_GCP)); // skipping orchestrator tests on OSD-GCP due to infra not being installed
10
test.skip(() => skipIfJobName(JOB_NAME_PATTERNS.GKE)); // skipping orchestrator tests on GKE - plugins disabled to save disk space
11
0 commit comments