Skip to content

Commit 37801bb

Browse files
committed
Add TODO
1 parent e9fd656 commit 37801bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/framework/test_owners.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def test_fallback_admin_user(ws, installation_ctx: RuntimeContext) -> None:
5858

5959
@pytest.mark.xfail(reason="Need to determine handling priority of ownerships")
6060
def test_notebook_owner(make_notebook, make_notebook_permissions, make_group, ws):
61+
# TODO: Determine how to handle ownerships priority when the creator gets
62+
# inherited permissions and not directly assigned.
6163
notebook = make_notebook()
6264
new_group = make_group()
6365
make_notebook_permissions(

0 commit comments

Comments
 (0)