Skip to content

Commit 2246943

Browse files
Merge pull request complytime#821 from marcusburghardt/001-disable-integration-tests
ci: temporarily disable complyctl integration tests
2 parents 4c3045f + 2307198 commit 2246943

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)