Skip to content

Commit

Permalink
Mark failing test as pleasefixme
Browse files Browse the repository at this point in the history
  • Loading branch information
anteju committed Oct 9, 2023
1 parent cd188a9 commit 9bebb36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/collections/asr/test_asr_rnnt_encdec_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ def test_greedy_multi_decoding_stateless_decoder(self, greedy_class):
partial_hyp = partial_hyp[0]
_ = greedy(encoder_output=enc_out, encoded_lengths=enc_len, partial_hypotheses=partial_hyp)

@pytest.mark.pleasefixme
@pytest.mark.skipif(
not NUMBA_RNNT_LOSS_AVAILABLE, reason='RNNTLoss has not been compiled with appropriate numba version.',
)
Expand Down

0 comments on commit 9bebb36

Please sign in to comment.