Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrzaszcz committed Jan 5, 2023
1 parent d65c93d commit 5a8b51f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions big_tests/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{suites, "tests", accounts_SUITE}.
{suites, "tests", adhoc_SUITE}.
{suites, "tests", amp_big_SUITE}.
% {suites, "tests", anonymous_SUITE}.
{suites, "tests", anonymous_SUITE}.
{suites, "tests", auth_methods_for_c2s_SUITE}.
{suites, "tests", bosh_SUITE}.
{suites, "tests", carboncopy_SUITE}.
Expand Down Expand Up @@ -51,7 +51,7 @@
{suites, "tests", graphql_metric_SUITE}.
{suites, "tests", inbox_SUITE}.
{suites, "tests", inbox_extensions_SUITE}.
% {suites, "tests", jingle_SUITE}.
{suites, "tests", jingle_SUITE}.
{suites, "tests", last_SUITE}.
{suites, "tests", login_SUITE}.
{suites, "tests", mam_SUITE}.
Expand All @@ -74,35 +74,35 @@
{suites, "tests", mongoose_cassandra_SUITE}.
{suites, "tests", mongoose_elasticsearch_SUITE}.
{suites, "tests", mongooseimctl_SUITE}.
% {suites, "tests", muc_SUITE}.
{suites, "tests", muc_SUITE}.
{suites, "tests", muc_http_api_SUITE}.
{suites, "tests", muc_light_SUITE}.
{suites, "tests", muc_light_http_api_SUITE}.
% {suites, "tests", muc_light_legacy_SUITE}.
{suites, "tests", muc_light_legacy_SUITE}.
{suites, "tests", oauth_SUITE}.
{suites, "tests", offline_SUITE}.
{suites, "tests", offline_stub_SUITE}.
% {suites, "tests", pep_SUITE}.
{suites, "tests", pep_SUITE}.
{suites, "tests", persistent_cluster_id_SUITE}.
{suites, "tests", presence_SUITE}.
{suites, "tests", privacy_SUITE}.
{suites, "tests", private_SUITE}.
{suites, "tests", pubsub_SUITE}.
{suites, "tests", pubsub_s2s_SUITE}.
% {suites, "tests", push_SUITE}.
{suites, "tests", push_SUITE}.
{suites, "tests", push_http_SUITE}.
% {suites, "tests", push_integration_SUITE}.
{suites, "tests", push_integration_SUITE}.
{suites, "tests", push_pubsub_SUITE}.
% {suites, "tests", race_conditions_SUITE}.
{suites, "tests", race_conditions_SUITE}.
{suites, "tests", rdbms_SUITE}.
{suites, "tests", rest_SUITE}.
{suites, "tests", rest_client_SUITE}.
% {suites, "tests", s2s_SUITE}.
{suites, "tests", s2s_SUITE}.
{suites, "tests", sasl_SUITE}.
{suites, "tests", sasl_external_SUITE}.
{suites, "tests", service_mongoose_system_metrics_SUITE}.
% {suites, "tests", shared_roster_SUITE}.
% {suites, "tests", sic_SUITE}.
{suites, "tests", shared_roster_SUITE}.
{suites, "tests", sic_SUITE}.
{suites, "tests", smart_markers_SUITE}.
{suites, "tests", sm_SUITE}.
{suites, "tests", vcard_SUITE}.
Expand All @@ -114,9 +114,9 @@
[rest_delete_domain_cleans_data_from_mam], "this test tries to use presences"}.
{suites, "tests", domain_isolation_SUITE}.
{suites, "tests", domain_removal_SUITE}.
% {suites, "tests", dynamic_domains_SUITE}.
{suites, "tests", dynamic_domains_SUITE}.
{suites, "tests", local_iq_SUITE}.
% {suites, "tests", tcp_listener_SUITE}.
{suites, "tests", tcp_listener_SUITE}.

{config, ["test.config"]}.
{logdir, "ct_report"}.
Expand Down
2 changes: 1 addition & 1 deletion big_tests/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{proper, "1.4.0"},
{gun, "2.0.0-rc.2"},
{fusco, "0.1.1"},
{escalus, "4.2.8"},
{escalus, {git, "https://github.com/esl/escalus.git", {branch, "user-removal-fix"}}},
{cowboy, "2.9.0"},
{csv, "3.0.3", {pkg, csve}},
{amqp_client, "3.9.5"},
Expand Down

0 comments on commit 5a8b51f

Please sign in to comment.