[CI] Remove duplicate code in test_mamba_ut (#16854)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
This commit is contained in:
Yuan Luo
2026-01-10 16:16:56 +08:00
committed by GitHub
parent 7f393d9512
commit ad20127359

View File

@@ -20,10 +20,7 @@ register_cuda_ci(est_time=9, suite="stage-b-test-small-1-gpu")
class TestMamba(unittest.TestCase):
@classmethod
def setUpClass(cls):
server_args = ServerArgs(model_path="dummy")
server_args.enable_dp_attention = False
server_args.page_size = 1
set_global_server_args_for_scheduler(server_args)
pass
@classmethod
def tearDownClass(cls):