Skip to content

Commit 3e402f0

Browse files
committed
Disabling leak check
Signed-off-by: Patrice Castonguay <[email protected]>
1 parent bc0ae20 commit 3e402f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/llmapi/test_llm_pytorch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ async def test_llm_rpc_streaming():
965965
print(f"get result: {outputs}")
966966

967967

968+
@pytest.mark.threadleak(enabled=False)
968969
@pytest.mark.part0
969970
def test_llm_context_only_timed_out():
970971
tp_size = 1

0 commit comments

Comments
 (0)