mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
chore(tests): test TestTLSMultiNodeKillAllAndRecovery now
It is fixed.
This commit is contained in:
parent
4f1607b775
commit
4e747d24dd
@ -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}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user