Skip to content

Commit 646464b

Browse files
[https://nvbugs/6309375][test] AutoDeploy: Remove stale fallback test (#15316)
Signed-off-by: Govind Ramnarayan <105831528+govind-ramnarayan@users.noreply.github.com>
1 parent b03b78f commit 646464b

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

tests/integration/test_lists/waives.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ unittest/_torch/thop/serial/test_moe.py::TestMoeFp4::test_no_autotune[use_score_
358358
unittest/_torch/thop/serial/test_moe.py::TestMoeFp4::test_no_autotune[use_score_as_input-RoutingRenormalize_qwen_next-swiglu-1024-1024-150] SKIP (https://nvbugs/5908070)
359359
unittest/_torch/thop/serial/test_moe.py::TestMoeFp4::test_no_autotune[use_score_as_input-RoutingRenormalize_topk_4-swiglu-1024-1024-150] SKIP (https://nvbugs/5908070)
360360
unittest/_torch/visual_gen/test_flux_pipeline.py::TestFluxCombinedOptimizations::test_all_optimizations_combined SKIP (https://nvbugs/6199854)
361-
unittest/auto_deploy/singlegpu/shim/test_llm_config.py::test_speculative_flashinfer_fallback_disables_piecewise SKIP (https://nvbugs/6309375)
362361
unittest/auto_deploy/singlegpu/smoke SKIP (https://nvbugs/6306936)
363362
unittest/auto_deploy/singlegpu/smoke/test_disagg.py::test_autodeploy_disaggregated_batch_smoke[deepseek-trtllm-simple] SKIP (https://nvbugs/6307525)
364363
unittest/auto_deploy/singlegpu/smoke/test_disagg.py::test_autodeploy_disaggregated_batch_smoke[llama-flashinfer-cudagraph] SKIP (https://nvbugs/6307525)

tests/unittest/auto_deploy/singlegpu/shim/test_llm_config.py

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -95,25 +95,6 @@ def test_yaml_compile_backend_disables_default_piecewise(tmp_path):
9595
assert args.transforms["compile_model"]["piecewise_enabled"] is False
9696

9797

98-
def test_speculative_flashinfer_fallback_disables_piecewise():
99-
from tensorrt_llm.llmapi import EagleDecodingConfig
100-
101-
spec_config = EagleDecodingConfig(
102-
max_draft_len=3,
103-
speculative_model="some/model",
104-
eagle3_one_model=True,
105-
)
106-
107-
args = LlmArgs(
108-
model="test-model",
109-
attn_backend="flashinfer",
110-
speculative_config=spec_config,
111-
)
112-
113-
assert args.compile_backend == "torch-simple"
114-
assert args.transforms["compile_model"]["piecewise_enabled"] is False
115-
116-
11798
def test_cache_transceiver_rejects_unmanaged_persistent_caches():
11899
"""Cache transceiver rejects unmanaged persistent cache resources."""
119100
args = LlmArgs(

0 commit comments

Comments
 (0)