Windows: Start of enabling tests under integration/
- Add windows CI entrypoint script. Signed-off-by: John Howard <jhoward@microsoft.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm> Signed-off-by: Daniel Nephin <dnephin@docker.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm> (cherry picked from commit d3cc071bb98669545d4e3043c9bd85879292b815) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 59be98043a02f44b63b26f159461fed08292e027 Component: engine
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
97ead3de83
commit
171a95c777
@@ -1,3 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
package logging
|
||||
|
||||
import (
|
||||
@@ -15,6 +17,7 @@ import (
|
||||
// does not keep the daemon from starting.
|
||||
func TestDaemonStartWithLogOpt(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
|
||||
skip.If(t, testEnv.DaemonInfo.OSType == "windows")
|
||||
t.Parallel()
|
||||
|
||||
d := daemon.New(t)
|
||||
|
||||
Reference in New Issue
Block a user