diff --git a/tests/conftest.py b/tests/conftest.py index 95210eb5..7e4d18e2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -59,7 +59,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str: @pytest.fixture( params=[ - pytest.param(True, id="disable-frontend-multiprocessing=True"), + # pytest.param(True, id="disable-frontend-multiprocessing=True"), pytest.param(False, id="disable-frontend-multiprocessing=False"), ] )