mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove apt.dockerproject.org from test
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit aa225972df
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a7e309944b
commit
892c228219
1 changed files with 1 additions and 1 deletions
|
@ -1403,7 +1403,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
|
|||
// Not applicable on Windows as Windows does not support --user
|
||||
testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
|
||||
|
||||
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
|
||||
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
|
||||
|
||||
cID := getIDByName(c, "testperm")
|
||||
|
||||
|
|
Loading…
Reference in a new issue