Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaohanZhangCMU committed Nov 6, 2024
1 parent e68903e commit 27add58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ def test_ft_dataloader_with_extra_keys():
).dataloader

# TODO: Change this back to xfail after figuring out why it caused CI to hang
@pytest.mark.skip
@pytest.mark.xfail
def test_text_dataloader_with_extra_keys():
from streaming.base.constant import BARRIER_FILELOCK, CACHE_FILELOCK
max_seq_len = 1024
Expand Down

0 comments on commit 27add58

Please sign in to comment.