Skip to content

Commit

Permalink
Merge pull request #3925 from esl/c2s/enable-remaining-suites
Browse files Browse the repository at this point in the history
C2S/Enable more test suites
  • Loading branch information
NelsonVides authored Jan 10, 2023
2 parents fc5b4c2 + 2199947 commit 00ad413
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions big_tests/default.spec
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
{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_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}.
Expand Down
6 changes: 3 additions & 3 deletions big_tests/dynamic_domains.spec
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@

{suites, "tests", mod_ping_SUITE}.

% {suites, "tests", mod_time_SUITE}.
{suites, "tests", mod_time_SUITE}.

% {suites, "tests", mod_version_SUITE}.
{suites, "tests", mod_version_SUITE}.

{suites, "tests", mongooseimctl_SUITE}.

Expand Down Expand Up @@ -128,7 +128,7 @@

{suites, "tests", private_SUITE}.

% {suites, "tests", race_conditions_SUITE}.
{suites, "tests", race_conditions_SUITE}.

{suites, "tests", rdbms_SUITE}.

Expand Down

0 comments on commit 00ad413

Please sign in to comment.