Skip to content

Commit de1890a

Browse files
authored
Drop test xfail (#1239)
1 parent 3a3ae43 commit de1890a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/data/test_tinystories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def fake_chunk(path, data):
1616
optimize(fn=tokenize, inputs=[data] * len(data), output_dir=str(path), num_workers=1, chunk_bytes="200MB")
1717

1818

19-
@pytest.mark.xfail(raises=IndexError, strict=True) # requires https://github.com/Lightning-AI/litdata/pull/77
2019
@pytest.mark.parametrize(
2120
("max_seq_len", "expected"),
2221
[

0 commit comments

Comments
 (0)