diff --git a/tests/e2e/vLLM/test_vllm.py b/tests/e2e/vLLM/test_vllm.py index aab2a7ed..96c16951 100644 --- a/tests/e2e/vLLM/test_vllm.py +++ b/tests/e2e/vLLM/test_vllm.py @@ -41,7 +41,7 @@ def record_config_file(record_testsuite_property: Callable[[str, object], None]) # Will run each test case in its own process through run_tests.sh # emulating vLLM CI testing @requires_gpu_count(1) -# @pytest.mark.skipif(not vllm_installed, reason="vLLM is not installed, skipping test") +@pytest.mark.skipif(not vllm_installed, reason="vLLM is not installed, skipping test") class TestvLLM: """ The following test quantizes a model using a preset scheme or recipe,