Skip to content

Commit 2307198

Browse files
ci: temporarily disable complyctl integration tests
The complyctl upstream project is undergoing breaking CLI changes (plugin separation, OSCAL artifact cleanup) that cause all integration tests to fail, blocking every PR from merging. Comment out the test-integration job in ci_local.yml until complyctl stabilizes. All test code, fixtures, data, composite action, and Makefile targets are preserved for easy re-enablement by uncommenting the job block. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
1 parent 4c3045f commit 2307198

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/ci_local.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,17 @@ jobs:
6363
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6464
- uses: ./.github/actions/e2e-testing
6565

66-
test-integration:
67-
runs-on: 'ubuntu-24.04'
68-
permissions:
69-
contents: read
70-
steps:
71-
- name: Check out
72-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73-
- uses: ./.github/actions/test-integration
66+
# TEMPORARILY DISABLED: Integration tests depend on complyctl, which is undergoing
67+
# breaking CLI changes (plugin separation, OSCAL artifact cleanup). These tests will
68+
# be re-enabled once complyctl stabilizes.
69+
#
70+
# To re-enable: uncomment the job block below and remove this comment block.
71+
#
72+
# test-integration:
73+
# runs-on: 'ubuntu-24.04'
74+
# permissions:
75+
# contents: read
76+
# steps:
77+
# - name: Check out
78+
# uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
79+
# - uses: ./.github/actions/test-integration

0 commit comments

Comments
 (0)