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 e1e9d4b commit 2f8aa63Copy full SHA for 2f8aa63
e2e-tests/playwright/e2e/plugins/orchestrator/workflow-all-runs-validations.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.skip("Orchestrator Workflow Runs tests", () => {
+test.describe("Orchestrator Workflow Runs 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