From 27aeb4b7d86abba34906a760f7f43159a3c275ae Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Mon, 27 Jan 2025 21:17:06 -0800 Subject: [PATCH] [test] deduplicate test_session_control (#3183) --- test/srt/run_suite.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/srt/run_suite.py b/test/srt/run_suite.py index e7c789bd9..f6aa35682 100644 --- a/test/srt/run_suite.py +++ b/test/srt/run_suite.py @@ -50,7 +50,6 @@ suites = { "test_vision_chunked_prefill.py", "test_vision_openai_server.py", "test_w8a8_quantization.py", - "test_session_control.py", "test_fp8_kvcache.py", "test_fp8_kernel.py", ],