Merge pull request #667 from unihorn/53

chore(tests): test TestTLSMultiNodeKillAllAndRecovery now
This commit is contained in:
Xiang Li 2014-03-27 22:40:09 -04:00
commit 5b4a473f14

View File

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