Commit 4cc4fde4 authored by kinuthia's avatar kinuthia
Browse files

temporarily skip encoder generation

also run test_decoder_scenebased first
parent ac4cc815
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1080,8 +1080,8 @@ test-be-to-release:
    # test generating references
    - echo "generate references"

    - ("& python -m pytest .\tests\codec_be_to_accepted_release\encoder --update_ref 1 -n $NPROC | tee 'logs/test_encoder-update_ref-log.txt'  ") | Invoke-Expression
    - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression}
    # - ("& python -m pytest .\tests\codec_be_to_accepted_release\encoder --update_ref 1 -n $NPROC | tee 'logs/test_encoder-update_ref-log.txt'  ") | Invoke-Expression
    # - If($LASTEXITCODE) {("exit $LASTEXITCODE") | Invoke-Expression}
    # - ("& python -m pytest .\tests\codec_be_to_accepted_release\decoder\test_decoder_constant_bitrate_no_binaural.py --update_ref 1 -n $NPROC -x | tee 'logs/test_decoder_constant_bitrate_no_binaural-update_ref-log.txt'  ") | Invoke-Expression

    # temporarily test cases that fail