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 7, 2024
1 parent 8a7c5a2 commit 8c51527
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 @@ -59,7 +59,7 @@ def lora_adapter_path(request: pytest.FixtureRequest) -> str:

@pytest.fixture(
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 8c51527

Please sign in to comment.