Skip to content

Commit

Permalink
Temporarily disable fileobj tests (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Jan 8, 2021
1 parent d4fe76e commit 84966ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/unittest/linux/scripts/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ declare -a args=(
)

cd test
pytest "${args[@]}" torchaudio_unittest
pytest "${args[@]}" torchaudio_unittest -k "not fileobj"

0 comments on commit 84966ae

Please sign in to comment.