diff --git a/big_tests/dynamic_domains.config b/big_tests/dynamic_domains.config index 03f20c7fce..eeb537a4e4 100644 --- a/big_tests/dynamic_domains.config +++ b/big_tests/dynamic_domains.config @@ -27,6 +27,15 @@ {hidden_service_port, 8189}, {gd_endpoint_port, 5555}, {http_notifications_port, 8000}]}, + {mim2, [{node, ejabberd2@localhost}, + {domain, <<"domain.example.com">>}, + {host_type, <<"test type">>}, + {vars, "mim2"}, + {cluster, mim}, + {c2s_tls_port, 5233}, + {metrics_rest_port, 5289}, + {gd_endpoint_port, 6666}, + {service_port, 8899}]}, %% used to test s2s features {fed, [{node, fed1@localhost}, {domain, <<"fed1">>}, diff --git a/big_tests/dynamic_domains.spec b/big_tests/dynamic_domains.spec index 39ae112807..9440b5e23d 100644 --- a/big_tests/dynamic_domains.spec +++ b/big_tests/dynamic_domains.spec @@ -72,9 +72,6 @@ {suites, "tests", rest_SUITE}. {suites, "tests", rest_client_SUITE}. -{skip_cases, "tests", rest_client_SUITE, - [non_default_http_server_name_is_returned_if_configured], - "at the moment mim2 node is not configured for dynamic domains"}. {suites, "tests", sic_SUITE}.