Этот коммит содержится в:
Claudio Costa
2022-03-07 10:24:23 +01:00
коммит произвёл GitHub
родитель f5b5a3c746
Коммит 897e7bb9e7
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@@ -122,7 +122,7 @@ func (s *Server) initEnterprise() {
s.Metrics = metricsInterface(s)
}
if clusterInterface != nil {
if clusterInterface != nil && s.Cluster == nil {
s.Cluster = clusterInterface(s)
}
if elasticsearchInterface != nil {

Просмотреть файл

@@ -338,7 +338,6 @@ func TestHubConnIndexInactive(t *testing.T) {
}
func TestReliableWebSocketSend(t *testing.T) {
t.Skip("MM-42033")
testCluster := &testlib.FakeClusterInterface{}
th := SetupWithClusterMock(t, testCluster)