|
@@ -16,7 +16,7 @@ import (
|
|
|
func TestDaemonDNSFallback(t *testing.T) {
|
|
|
skip.If(t, testEnv.IsRemoteDaemon, "cannot start daemon on remote test run")
|
|
|
skip.If(t, testEnv.DaemonInfo.OSType != "linux")
|
|
|
- skip.If(t, IsUserNamespace())
|
|
|
+ skip.If(t, testEnv.IsUserNamespace)
|
|
|
|
|
|
d := daemon.New(t)
|
|
|
d.StartWithBusybox(t, "-b", "none", "--dns", "127.127.127.1", "--dns", "8.8.8.8")
|