Skip to content

Commit

Permalink
Revert "tests: temporarily disable frontend multiprocessing parametri…
Browse files Browse the repository at this point in the history
…zation"

This reverts commit dd583dc.
  • Loading branch information
dtrifiro committed Aug 6, 2024
1 parent 8dcc3ad commit 39b3455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:
@pytest.fixture(
scope="session",
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"),
],
)
Expand Down

0 comments on commit 39b3455

Please sign in to comment.