Sfoglia il codice sorgente

skip auto-remove test for now

Victor Vieux 11 anni fa
parent
commit
655b16c712
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      commands_test.go

+ 1 - 0
commands_test.go

@@ -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)