소스 검색

Merge pull request #667 from unihorn/53

chore(tests): test TestTLSMultiNodeKillAllAndRecovery now
Xiang Li 12 년 전
부모
커밋
5b4a473f14
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tests/functional/multi_node_kill_all_and_recovery_test.go

+ 0 - 2
tests/functional/multi_node_kill_all_and_recovery_test.go

@@ -80,8 +80,6 @@ func TestMultiNodeKillAllAndRecovery(t *testing.T) {
 // TestTLSMultiNodeKillAllAndRecovery create a five nodes
 // then kill all the nodes and restart
 func TestTLSMultiNodeKillAllAndRecovery(t *testing.T) {
-	t.Skip("awaiting fix")
-
 	procAttr := new(os.ProcAttr)
 	procAttr.Files = []*os.File{nil, os.Stdout, os.Stderr}