Skip to content

Commit

Permalink
More test disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 30, 2023
1 parent 711bd18 commit 4bf493c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/torchaudio_unittest/prototype/conformer_wav2vec2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def test_pretrain_cpu_smoke_test(self, model, dtype):
[torch.float32, torch.float64],
)
@skipIfNoCuda
# Disabled in CI: https://github.com/pytorch/audio/issues/3376
@disabledInCI
def test_pretrain_cuda_smoke_test(self, model, dtype):
model = model()
self._smoke_test(model, torch.device("cuda"), dtype)
Expand Down

0 comments on commit 4bf493c

Please sign in to comment.