Skip to content

Commit 7e3bcb3

Browse files
committed
skip rich doc test that takes too much memory
1 parent 4819407 commit 7e3bcb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/stdlib_basics/test_richdocument.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_empty_table():
9393
assert table is None, "table should be empty when supplied string is empty"
9494

9595

96+
@pytest.mark.skip # Test requires too much memory for smaller machines.
9697
def test_richdocument_generation(rd: RichDocument):
9798
m = mellea.start_session(backend_name="hf")
9899
response = m.chat(rd.to_markdown()[:500] + "\nSummarize the provided document.")

0 commit comments

Comments
 (0)