Skip to content

Commit 8c51527

Browse files
committed
Revert "tests: temporarily disable frontend multiprocessing parametrization"
This reverts commit dd583dc.
1 parent 8a7c5a2 commit 8c51527

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)