Skip to content

Commit 74adaab

Browse files
committed
remove not-very-useful test case
1 parent 0caeb23 commit 74adaab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shortfin/tests/apps/llm/components/kvcache/trie_attention_cache_test.py

-7
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,3 @@ def test_reference_counting(trie_cache, ref_count):
428428
print("\nCleaning up allocations...")
429429
for alloc in allocations + fill_allocations:
430430
alloc.release_pages()
431-
432-
433-
@pytest.mark.parametrize("tokens_per_page", [0, -1, -100])
434-
def test_invalid_init(page_pool, tokens_per_page):
435-
"""Test validation in __init__"""
436-
with pytest.raises(ValueError):
437-
TriePagedAttentionCache(page_pool=page_pool, tokens_per_page=tokens_per_page)

0 commit comments

Comments
 (0)