Skip to content

Commit 8dcc3ad

Browse files
committed
tests: temporarily disable frontend multiprocessing parametrization
1 parent a159b46 commit 8dcc3ad

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)