Commit 12f0a03a authored by norvell's avatar norvell
Browse files

Add run of ci/remove_unsupported_testcases.py

parent 5b0d3f6d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1624,6 +1624,7 @@ check-float-reference:

    - exit_code1=0
    - exit_code2=0
    - python3 ci/remove_unsupported_testcases.py scripts/config/self_test.prm
    - python3 -m pytest tests/codec_be_on_mr_nonselection -v --update_ref 1 -m create_ref --html=report1.html --self-contained-html --junit-xml=report-junit1.xml || exit_code1=$?
    - python3 -m pytest tests/codec_be_on_mr_nonselection -v --update_ref 1 -m create_ref_part2 --html=report2.html --self-contained-html --junit-xml=report-junit2.xml || exit_code2=$?
    - zero_errors=$(cat report-junit1.xml report-junit2.xml | grep -c 'errors="0"') || true