From 4e747d24dd23e6ce76f48704b9d430e7b33a148d Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Thu, 27 Mar 2014 17:06:18 -0700 Subject: [PATCH] chore(tests): test TestTLSMultiNodeKillAllAndRecovery now It is fixed. --- tests/functional/multi_node_kill_all_and_recovery_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/functional/multi_node_kill_all_and_recovery_test.go b/tests/functional/multi_node_kill_all_and_recovery_test.go index 2f1511f98..3e87ae82b 100644 --- a/tests/functional/multi_node_kill_all_and_recovery_test.go +++ b/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}