File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments