Skip to content

Commit 1e9c153

Browse files
authored
[None][fix] disable thread leak check for kimi (#10337)
Signed-off-by: Xin He (SW-GPU) <[email protected]>
1 parent 6c1abf2 commit 1e9c153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/defs/accuracy/test_llm_api_pytorch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,8 @@ def test_nvfp4_2_model_mtp(self, tp_size, cuda_graph, overlap_scheduler,
29162916
task.evaluate(llm)
29172917

29182918

2919-
@pytest.mark.timeout(7200)
2919+
@pytest.mark.threadleak(enabled=False)
2920+
@pytest.mark.timeout(10800)
29202921
@pytest.mark.skip_less_device_memory(100000)
29212922
class TestKimiK2(LlmapiAccuracyTestHarness):
29222923
MODEL_NAME = "moonshotai/Kimi-K2-Instruct"
@@ -2960,7 +2961,6 @@ def test_fp8_blockscale(self, tp_size, pp_size, ep_size, fp8kv,
29602961
task.evaluate(llm)
29612962

29622963
@skip_pre_blackwell
2963-
@pytest.mark.timeout(7200)
29642964
@pytest.mark.skip_less_device_memory(120000)
29652965
@pytest.mark.parametrize("tp_size", [
29662966
pytest.param(4, marks=pytest.mark.skip_less_device(4)),

0 commit comments

Comments
 (0)