diff --git a/components/engine/integration/container/health_test.go b/components/engine/integration/container/health_test.go index feefa2f45a..64284c8860 100644 --- a/components/engine/integration/container/health_test.go +++ b/components/engine/integration/container/health_test.go @@ -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()