mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #39575 from thaJeztah/fix_TestHealthKillContainer
Skip TestHealthKillContainer on Windows
This commit is contained in:
commit
943129ed86
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ func TestHealthCheckWorkdir(t *testing.T) {
|
|||
// GitHub #37263
|
||||
// Do not stop healthchecks just because we sent a signal to the container
|
||||
func TestHealthKillContainer(t *testing.T) {
|
||||
skip.If(t, testEnv.OSType == "windows", "Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574")
|
||||
defer setupTest(t)()
|
||||
|
||||
ctx := context.Background()
|
||||
|
|
Loading…
Reference in a new issue