Skip to content

Commit

Permalink
Move system metrics tests to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Sep 23, 2021
1 parent c99f0a1 commit e161ba5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
%% http://www.erlang.org/doc/apps/common_test/run_test_chapter.html#test_specifications
{include, "tests"}.

{suites, "tests", service_mongoose_system_metrics_SUITE}.
{skip_cases, "tests", service_mongoose_system_metrics_SUITE,
[xmpp_components_are_reported],
"at the moment external components doesn't support dynamic domains"}.

{suites, "tests", accounts_SUITE}.

{suites, "tests", anonymous_SUITE}.
Expand Down Expand Up @@ -118,6 +113,12 @@
{suites, "tests", sasl_external_SUITE}.

{suites, "tests", service_domain_db_SUITE}.

{suites, "tests", service_mongoose_system_metrics_SUITE}.
{skip_cases, "tests", service_mongoose_system_metrics_SUITE,
[xmpp_components_are_reported],
"at the moment external components doesn't support dynamic domains"}.

{suites, "tests", sic_SUITE}.

{suites, "tests", sm_SUITE}.
Expand Down

0 comments on commit e161ba5

Please sign in to comment.