Skip to content

Commit e882a78

Browse files
committed
also starts mmux
1 parent d7d226e commit e882a78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,6 @@ def _( # noqa: C901
492492
template_id: str | None,
493493
service_version: str | None,
494494
) -> dict[str, Any]:
495-
assert (
496-
len(created_project_uuids) == 0
497-
), "misuse of this fixture! only 1 study can be opened at a time. Otherwise please modify the fixture"
498495
with log_context(
499496
logging.INFO, f"Open project in {product_url=} as {is_product_billable=}"
500497
) as ctx:

0 commit comments

Comments
 (0)