Skip to content

Commit

Permalink
add pleasefixme marker for potential failed nightly tests. (#7678)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuesong Yang <[email protected]>
  • Loading branch information
XuesongYang authored Oct 20, 2023
1 parent 5895a57 commit 206c0ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/collections/tts/models/test_fastpitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def pretrained_model(request, get_language_id_from_pretrained_model_name):
return model, language_id


# This test can only pass when nemo_text_process<=0.1.8rc0. If >0.1.8rc0, the normalized outputs are unexpected for Chinese.
# Will remove the marker `pleasefixme` once next-text-processing new release fixes the bug.
# Tracking bugfix in https://github.com/NVIDIA/NeMo-text-processing/issues/109.
@pytest.mark.pleasefixme
@pytest.mark.nightly
@pytest.mark.run_only_on('GPU')
def test_inference(pretrained_model, language_specific_text_example):
Expand Down

0 comments on commit 206c0ee

Please sign in to comment.