Commit 4b9ba5e9 authored by Jan Kiene's avatar Jan Kiene
Browse files

exclude testcases whcih use the custom binary file format feature

parent b9cea96b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -855,7 +855,8 @@ check-bitexactness-hrtf-rom-and-file:
    - make clean
    - make -j
    - python3 tests/create_short_testvectors.py --cut_len 1.0
    - python3 -m pytest tests/hrtf_binary_loading --html=report.html --junit-xml=report-junit.xml --self-contained-html
    # TODO: run full test again once the custom binary files are supported
    - python3 -m pytest -k "not diff_from_rom" tests/hrtf_binary_loading --html=report.html --junit-xml=report-junit.xml --self-contained-html
  artifacts:
    paths:
      - report.html