mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip tests when it will fail due to hostnamctl not working in some containers
This commit is contained in:
parent
b02788ed00
commit
deda5dc15e
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def check_hostnamectl():
|
|||
b"Failed to connect to bus: No such file or directory" in proc.stderr
|
||||
or b"Failed to create bus connection: No such file or directory"
|
||||
in proc.stderr
|
||||
or b"Failed to query system properties" in proc.stderr
|
||||
)
|
||||
return check_hostnamectl.memo
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue