Skip to content

Commit 3ae8835

Browse files
tests: do not test permissions handling in test_commands_config
Disabling this will load the noop handler if the permissions handler is needed. We do this because we want this test to run even if xattrs are not supported on the tmp fs used by the test. Signed-off-by: John Mulligan <[email protected]>
1 parent f892a27 commit 3ae8835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_commands_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"configs": {
5959
"updateme":{
6060
"shares": ["uno", "dos"],
61-
"globals": ["global0"]
61+
"globals": ["global0"],
62+
"permissions": {"method": "none"}
6263
}
6364
},
6465
"shares": {

0 commit comments

Comments
 (0)