mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
Merge pull request #16314 from Microsoft/10662-stopsignal2
Windows: Turn off TestBuildStopSignal
This commit is contained in:
@@ -5662,6 +5662,7 @@ func (s *DockerSuite) TestBuildNullStringInAddCopyVolume(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestBuildStopSignal(c *check.C) {
|
||||
testRequires(c, DaemonIsLinux)
|
||||
name := "test_build_stop_signal"
|
||||
_, err := buildImage(name,
|
||||
`FROM busybox
|
||||
|
||||
Reference in New Issue
Block a user