Unverified Commit c9142fd5 authored by engineerchuan's avatar engineerchuan Committed by GitHub
Browse files

Use default backend for TestCommonVoice (#775)

* Change 'sox' to 'default'
parent 26941fa3
......@@ -46,9 +46,8 @@ class TestDatasets(common_utils.TorchaudioTestCase):
data[0]
@common_utils.skipIfNoSoxBackend
class TestCommonVoice(common_utils.TorchaudioTestCase):
backend = 'sox'
backend = 'default'
path = common_utils.get_asset_path()
def test_commonvoice(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment