Skip to content

Commit

Permalink
tests: temporarily disable frontend multiprocessing parametrization
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Aug 6, 2024
1 parent 46ae710 commit dd583dc
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 dd583dc

Please sign in to comment.