Skip to content

Commit

Permalink
Remove skipIfRocm from test_fileobj_flac in soundfile.save_test
Browse files Browse the repository at this point in the history
The test was broken from the beginning and for a reason unrelated to
ROCm, but was disabled for ROCm in
pytorch#1411.
pytorch#1604
fixed the test so that we are re-enabling it.
  • Loading branch information
yangarbiter committed Jul 12, 2021
1 parent 886c59b commit 6cdb9da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/torchaudio_unittest/backend/soundfile/save_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
get_wav_data,
load_wav,
nested_params,
skipIfRocm,
)
from .common import (
fetch_wav_subtype,
Expand Down Expand Up @@ -281,7 +280,6 @@ def test_fileobj_wav(self):
self._test_fileobj('wav')

@skipIfFormatNotSupported("FLAC")
@skipIfRocm
def test_fileobj_flac(self):
"""Saving audio via file-like object works"""
self._test_fileobj('flac')
Expand Down

0 comments on commit 6cdb9da

Please sign in to comment.