Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b714998

Browse files
authored
Merge pull request #41271 from thaJeztah/19.03_backport_remove_dockerproject_from_tests
[19.03 backport] Remove apt.dockerproject.org from test Upstream-commit: c200868fa2bab9e152856b8bee0a7f0f6a2643a1 Component: engine
2 parents 820098f + 0994e49 commit b714998

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/integration-cli/docker_cli_run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ func (s *DockerSuite) TestRunNonRootUserResolvName(c *testing.T) {
14031403
// Not applicable on Windows as Windows does not support --user
14041404
testRequires(c, testEnv.IsLocalDaemon, Network, DaemonIsLinux, NotArm)
14051405

1406-
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "apt.dockerproject.org")
1406+
dockerCmd(c, "run", "--name=testperm", "--user=nobody", "busybox", "nslookup", "example.com")
14071407

14081408
cID := getIDByName(c, "testperm")
14091409

0 commit comments

Comments
 (0)