test: skip orchestrator failswitch-workflow tests on AKS - #4443
Conversation
Orchestrator plugin is disabled on AKS but this test suite was not being skipped, causing consistent timeout failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR TypeTests Description
|
| Relevant files | |||
|---|---|---|---|
| Tests |
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
/test ? |
|
/test e2e-aks-helm-nightly |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The container image build workflow finished with status: |
Consolidate repeated skip blocks across all orchestrator test files into a single reusable helper function, so adding a new platform only requires a one-line change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The container image build workflow finished with status: |
|
/test e2e-aks-helm-nightly |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The container image build workflow finished with status: |
|
/test e2e-aks-helm-nightly |
Use IS_OPENSHIFT env var in playwright.config.ts to skip orchestrator tests on all non-OpenShift platforms (AKS, EKS, GKE) instead of per-file skip calls. This removes the need to update every test file when a new platform is added. Reverts the skipOrchestratorOnUnsupportedPlatforms helper in favor of this cleaner config-level approach. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
88c5a53
into
redhat-developer:release-1.9



Summary
failswitch-workflow.spec.tsorchestrator tests on AKS, where the Orchestrator plugin is disabledgreeting-workflow.spec.tsandworkflow-all-runs-validations.spec.ts) already skip AKSTest plan
failswitch-workflow.spec.ts🤖 Generated with Claude Code