Remove flaky test for test_lora_update.py (#21088)

This commit is contained in:
Baizhou Zhang
2026-03-21 00:52:40 -07:00
committed by GitHub
parent 9b98d55ba4
commit 9ca68a5904

View File

@@ -1452,15 +1452,15 @@ class TestLoRADynamicUpdate(CustomTestCase):
f"at batch {i}, prompt {j}:\n- Dynamic: '{d_out}'\n- Static: '{s_out}'",
)
def test_dynamic_lora_update_engine(self):
"""
Test dynamic LoRA updates in engine mode.
"""
test_cases = BASIC_TESTS if is_in_ci() else ALL_TESTS
self._run_dynamic_adapter_updates(
mode=LoRAUpdateTestSessionMode.ENGINE,
test_cases=test_cases,
)
# def test_dynamic_lora_update_engine(self):
# """
# Test dynamic LoRA updates in engine mode.
# """
# test_cases = BASIC_TESTS if is_in_ci() else ALL_TESTS
# self._run_dynamic_adapter_updates(
# mode=LoRAUpdateTestSessionMode.ENGINE,
# test_cases=test_cases,
# )
def test_dynamic_lora_update_server(self):
"""