ソースを参照

Merge pull request #662 from bmizerany/skip

test(tests/functional): skip TestTLSMultiNodeKillAllAndRecovery until fi...
Blake Mizerany 11 年 前
コミット
1f10c4d352
1 ファイル変更2 行追加0 行削除
  1. 2 0
      tests/functional/multi_node_kill_all_and_recovery_test.go

+ 2 - 0
tests/functional/multi_node_kill_all_and_recovery_test.go

@@ -80,6 +80,8 @@ 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}