Browse Source

skip auto-remove test for now

Victor Vieux 11 năm trước cách đây
mục cha
commit
655b16c712
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 // Expected behaviour: container gets deleted automatically after exit
 func TestRunAutoRemove(t *testing.T) {
 func TestRunAutoRemove(t *testing.T) {
+	t.Skip("Fixme. Skipping test for now, race condition")
 	stdout, stdoutPipe := io.Pipe()
 	stdout, stdoutPipe := io.Pipe()
 	cli := NewDockerCli(nil, stdoutPipe, ioutil.Discard, testDaemonProto, testDaemonAddr)
 	cli := NewDockerCli(nil, stdoutPipe, ioutil.Discard, testDaemonProto, testDaemonAddr)
 	defer cleanup(globalRuntime)
 	defer cleanup(globalRuntime)