diff --git a/integration/embed_test.go b/integration/embed_test.go index 8cba0b39605c..33cf030c1cf4 100644 --- a/integration/embed_test.go +++ b/integration/embed_test.go @@ -87,9 +87,6 @@ func TestEmbedEtcd(t *testing.T) { t.Errorf("%d: expected success, got error %v", i, err) continue } - if len(e.Peers) != tt.wpeers { - t.Errorf("%d: expected %d peers, got %d", i, tt.wpeers, len(e.Peers)) - } if len(e.Clients) != tt.wclients { t.Errorf("%d: expected %d clients, got %d", i, tt.wclients, len(e.Clients)) }