chores: unwaive a few tests for v1.0 (#6107)

Signed-off-by: Erin Ho <14718778+hchings@users.noreply.github.com>
This commit is contained in:
Erin 2025-07-17 02:59:51 -07:00 committed by GitHub
parent 21efb50068
commit de60ae47e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,6 @@ def test_llmapi_quickstart_atexit(llm_root, engine_dir, llm_venv):
llm_venv.run_cmd([str(script_path)])
@pytest.mark.skip(reason="https://nvbugs/5375671")
@pytest.mark.skip_less_device_memory(80000)
def test_llmapi_speculative_decoding_mtp(llm_root, engine_dir, llm_venv):
_run_llmapi_example(llm_root, engine_dir, llm_venv,
@ -145,7 +144,6 @@ def test_llmapi_speculative_decoding_mtp(llm_root, engine_dir, llm_venv):
f"{llm_models_root()}/DeepSeek-V3-Lite/bf16")
@pytest.mark.skip(reason="https://nvbugs/5375671")
@pytest.mark.skip_less_device_memory(80000)
def test_llmapi_speculative_decoding_eagle3(llm_root, engine_dir, llm_venv):
_run_llmapi_example(llm_root, engine_dir, llm_venv,