Tiny fix test eagle infer b. (#15716)
This commit is contained in:
@@ -295,9 +295,9 @@ class TestEAGLERetract(TestEAGLEServerBasic):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
# These config helps find a leak.
|
||||
# FIXME(lsyin): use override context manager
|
||||
envs.SGLANG_CI_SMALL_KV_SIZE.set(4500)
|
||||
with envs.SGLANG_TEST_RETRACT.override(True):
|
||||
with envs.SGLANG_TEST_RETRACT.override(
|
||||
True
|
||||
), envs.SGLANG_CI_SMALL_KV_SIZE.override(4500):
|
||||
super().setUpClass()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user