Skip to content

Commit 0c695eb

Browse files
committed
disallow opening 2 tabs on same project
1 parent faf37de commit 0c695eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/web/server/tests/unit/with_dbs/10/test_resource_manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,9 @@ async def test_interactive_services_removed_per_project(
497497
mocked_director_api["stop_service"].reset_mock()
498498

499499

500+
@pytest.mark.xfail(
501+
reason="it is currently not permitted to open the same project from 2 different tabs"
502+
)
500503
@pytest.mark.parametrize(
501504
"user_role, exp_save_state",
502505
[

0 commit comments

Comments
 (0)