Skip to content

Commit

Permalink
Disable oscal ctest on Ubuntu 24.04
Browse files Browse the repository at this point in the history
Oscal is not a critical requirement for Ubuntu
at the moment, thus we silence the errors until
issue#12795 is resolved
  • Loading branch information
mpurg committed Jan 9, 2025
1 parent 4f3a557 commit 9e61ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |-
./build_product ubuntu2404
- name: Test
run: ctest -j2 --output-on-failure -E unique-stigids
run: ctest -j2 --output-on-failure -E "unique-stigids|python-unit-utils/oscal"
working-directory: ./build

validate-fedora-rawhide:
Expand Down

0 comments on commit 9e61ce3

Please sign in to comment.