From 86e867297e95fbf22f3080883d729c9e20934a61 Mon Sep 17 00:00:00 2001 From: Simeng Liu <109828133+SimengLiu-nv@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:45:00 -0800 Subject: [PATCH] [https://nvbugs/5856637][ci] Remove the skip for fixed tests. (#11285) Signed-off-by: SimengLiu-nv --- tests/unittest/_torch/speculative/test_eagle3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unittest/_torch/speculative/test_eagle3.py b/tests/unittest/_torch/speculative/test_eagle3.py index 7d08f44677..c8ede3ed8c 100644 --- a/tests/unittest/_torch/speculative/test_eagle3.py +++ b/tests/unittest/_torch/speculative/test_eagle3.py @@ -92,7 +92,6 @@ def test_kv_lens_runtime_with_eagle3_one_model(): f"kv_lens should be {expected_kv_lens_with_extra.tolist()}, but got {kv_lens_internal.tolist()}" -@pytest.mark.skip(reason="https://nvbugs/5856637") @pytest.mark.parametrize( "use_cuda_graph,attn_backend,disable_overlap_scheduler,enable_block_reuse,use_one_model,enable_chunked_prefill,use_chain_drafter,multi_batch,attention_dp,use_hf_speculative_model", [