TestCgroupDriverSystemdMemoryLimit: use skip.If()
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ebc0750e9f
commit
c11be31710
1 changed files with 1 additions and 4 deletions
|
@ -29,12 +29,9 @@ func hasSystemd() bool {
|
|||
// https://github.com/moby/moby/issues/35123
|
||||
func TestCgroupDriverSystemdMemoryLimit(t *testing.T) {
|
||||
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
|
||||
skip.If(t, !hasSystemd())
|
||||
t.Parallel()
|
||||
|
||||
if !hasSystemd() {
|
||||
t.Skip("systemd not available")
|
||||
}
|
||||
|
||||
d := daemon.New(t)
|
||||
c := d.NewClientT(t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue