Last-Update: 2018-08-02
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@debian.org>
Description: disabled unreliable test.
~~~~
 state_test.go:102: ExitCode -1, expected 2, err "context deadline exceeded"
~~~~

Index: docker/engine/container/state_test.go
===================================================================
--- docker.orig/engine/container/state_test.go
+++ docker/engine/container/state_test.go
@@ -29,6 +29,7 @@ func TestIsValidHealthString(t *testing.
 }
 
 func TestStateRunStop(t *testing.T) {
+t.Skip("DM - disabled unreliable test")
 	s := NewState()
 
 	// Begin another wait with WaitConditionRemoved. It should complete
