Skip to content

Commit cdb89f7

Browse files
committed
Skip librosa tests due to minor inaccuracy issues
1 parent 5ad0d0d commit cdb89f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/unittest-linux/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ fi
3434
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_inflect=true
3535
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_pytorch_lightning=true
3636
cd test
37-
pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs"
37+
pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs ${PYTEST_K_EXTRA}"
3838
)

.github/workflows/unittest-macos-cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ jobs:
6363
echo '::endgroup::'
6464
6565
echo '::group::Run Tests'
66+
export PYTEST_K_EXTRA="and not librosa"
6667
./.github/scripts/unittest-linux/run_test.sh
6768
echo '::endgroup::'

0 commit comments

Comments
 (0)