Tiny fix test eagle infer b. (#15716)

This commit is contained in:
Liangsheng Yin
2025-12-24 11:57:15 +08:00
committed by GitHub
parent 5f5a567768
commit 6292c24437
@@ -295,9 +295,9 @@ class TestEAGLERetract(TestEAGLEServerBasic):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
# These config helps find a leak. # These config helps find a leak.
# FIXME(lsyin): use override context manager with envs.SGLANG_TEST_RETRACT.override(
envs.SGLANG_CI_SMALL_KV_SIZE.set(4500) True
with envs.SGLANG_TEST_RETRACT.override(True): ), envs.SGLANG_CI_SMALL_KV_SIZE.override(4500):
super().setUpClass() super().setUpClass()