Skip to content

Commit 39b3455

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

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
@@ -66,7 +66,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
6666
@pytest.fixture(
6767
scope="session",
6868
params=[
69-
# pytest.param(True, id="disable-frontend-multiprocessing=True"),
69+
pytest.param(True, id="disable-frontend-multiprocessing=True"),
7070
pytest.param(False, id="disable-frontend-multiprocessing=False"),
7171
],
7272
)

0 commit comments

Comments
 (0)