From 9e61ce389be13077b131a4b227a6cfda945bf45f Mon Sep 17 00:00:00 2001 From: Miha Purg Date: Thu, 9 Jan 2025 11:38:24 +0100 Subject: [PATCH] Disable oscal ctest on Ubuntu 24.04 Oscal is not a critical requirement for Ubuntu at the moment, thus we silence the errors until issue#12795 is resolved --- .github/workflows/gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gate.yaml b/.github/workflows/gate.yaml index 518286d8a1d..fb63d19450b 100644 --- a/.github/workflows/gate.yaml +++ b/.github/workflows/gate.yaml @@ -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: