diff --git a/tests/csaf_2_1/oasis.js b/tests/csaf_2_1/oasis.js index c808c060..f94a45d6 100644 --- a/tests/csaf_2_1/oasis.js +++ b/tests/csaf_2_1/oasis.js @@ -90,8 +90,6 @@ const excluded = [ const skippedTests = new Set([ 'mandatory/oasis_csaf_tc-csaf_2_1-2024-6-1-03-01.json', 'mandatory/oasis_csaf_tc-csaf_2_1-2024-6-1-03-02.json', - 'recommended/oasis_csaf_tc-csaf_2_1-2024-6-2-38-13.json', - 'recommended/oasis_csaf_tc-csaf_2_1-2024-6-2-38-02.json', ]) /** @typedef {import('../../lib/shared/types.js').DocumentTest} DocumentTest */