From 3805f615dafd3334d00c8e8259cc924c9dd62e59 Mon Sep 17 00:00:00 2001 From: Bo Deng Date: Tue, 26 Aug 2025 23:21:39 -0700 Subject: [PATCH] [https://nvbugs/5453949][infra] unwaive test_llama_eagle3 Signed-off-by: Bo Deng --- 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 a687e03645..f26fa244f1 100644 --- a/tests/unittest/_torch/speculative/test_eagle3.py +++ b/tests/unittest/_torch/speculative/test_eagle3.py @@ -16,7 +16,6 @@ from tensorrt_llm.llmapi import (CudaGraphConfig, EagleDecodingConfig, sys.path.append(os.path.join(os.path.dirname(__file__), '..')) -@pytest.mark.skip("https://nvbugspro.nvidia.com/bug/5453949") @pytest.mark.parametrize( "use_cuda_graph,attn_backend,disable_overlap_scheduler,enable_block_reuse,use_one_model,enable_chunked_prefill", [