Skip to content

Commit 8a7c5a2

Browse files
committed
tests: temporarily disable frontend multiprocessing parametrization
1 parent cb54a60 commit 8a7c5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
5959

6060
@pytest.fixture(
6161
params=[
62-
pytest.param(True, id="disable-frontend-multiprocessing=True"),
62+
# pytest.param(True, id="disable-frontend-multiprocessing=True"),
6363
pytest.param(False, id="disable-frontend-multiprocessing=False"),
6464
]
6565
)

0 commit comments

Comments
 (0)