1
0
mirror of https://github.com/moby/moby.git synced 2025-07-29 07:21:35 +03:00

Merge pull request #50397 from thaJeztah/testutil_denoise

minor cleanups and reduce logs in tests
This commit is contained in:
Rob Murray
2025-07-15 17:25:29 +01:00
committed by GitHub
2 changed files with 5 additions and 9 deletions

View File

@ -1140,7 +1140,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkHostModeUngracefulDaemonRestart(c
// Kill daemon ungracefully and restart
assert.NilError(c, s.d.Kill())
s.d.Restart(c)
s.d.Start(c)
// make sure all the containers are up and running
for i := 0; i < 10; i++ {