mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
skip auto-remove test for now
This commit is contained in:
parent
6e48b73955
commit
655b16c712
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ func TestAttachDisconnect(t *testing.T) {
|
|||
|
||||
// Expected behaviour: container gets deleted automatically after exit
|
||||
func TestRunAutoRemove(t *testing.T) {
|
||||
t.Skip("Fixme. Skipping test for now, race condition")
|
||||
stdout, stdoutPipe := io.Pipe()
|
||||
cli := NewDockerCli(nil, stdoutPipe, ioutil.Discard, testDaemonProto, testDaemonAddr)
|
||||
defer cleanup(globalRuntime)
|
||||
|
|
Loading…
Reference in a new issue