Skip to content

Commit

Permalink
ci: disable test_output_cyclonedx utnil it can be fixed
Browse files Browse the repository at this point in the history
Looks like there was an update to lib4vex that added some info and our test broke.

Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko committed Dec 10, 2024
1 parent b196e68 commit 22ae293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_vex.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class TestVexGeneration(unittest.TestCase):
),
}

@pytest.mark.skip(reason="Needs an update to match what lib4vex produces.")
def test_output_cyclonedx(self):
"""Test VEX output generation"""

Expand Down

0 comments on commit 22ae293

Please sign in to comment.