Skip to content

Commit 2afc857

Browse files
committed
Revert "tests: temporarily disable frontend multiprocessing parametrization"
This reverts commit dd583dc.
1 parent 937de88 commit 2afc857

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
@@ -65,7 +65,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
6565

6666
@pytest.fixture(
6767
params=[
68-
# pytest.param(True, id="disable-frontend-multiprocessing=True"),
68+
pytest.param(True, id="disable-frontend-multiprocessing=True"),
6969
pytest.param(False, id="disable-frontend-multiprocessing=False"),
7070
]
7171
)

0 commit comments

Comments
 (0)