Skip to content

Commit

Permalink
Merge branch 'ko3n1g/test/flaky-test-bin-reader' into 'main'
Browse files Browse the repository at this point in the history
tests: Disable flaky test

See merge request ADLR/megatron-lm!2302
  • Loading branch information
ko3n1g committed Nov 4, 2024
2 parents bc3b890 + e81c7bb commit 3d27a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/data/test_bin_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class _LocalClientError(Exception):
setattr(exceptions, "ClientError", _LocalClientError)


@pytest.mark.flaky
@pytest.mark.flaky_in_dev
def test_bin_reader():
with tempfile.TemporaryDirectory() as temp_dir:
# set the default nltk data path
Expand Down

0 comments on commit 3d27a9d

Please sign in to comment.