Merge pull request #16314 from Microsoft/10662-stopsignal2
Windows: Turn off TestBuildStopSignal
This commit is contained in:
commit
e0fee019ca
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue