Skip to content

Commit 97290fc

Browse files
committed
Never drop root perms in test harness
1 parent 44a3115 commit 97290fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/conftest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,13 @@ async def _open_test_pikerd(
117117
tractor_runtime_overrides={
118118
'piker_test_dir': tmpconfdir,
119119
},
120+
121+
# tests may need to spawn containers dynamically
122+
# or just in sequence per test, so we keep root.
123+
drop_root_perms_for_ahab=False,
124+
120125
**kwargs,
126+
121127
) as service_manager,
122128
):
123129
# this proc/actor is the pikerd

0 commit comments

Comments
 (0)