From a15c046887fdf0ab3be904ddbb9c4f1deabf74bb Mon Sep 17 00:00:00 2001 From: martinsumner Date: Fri, 30 Jun 2017 16:31:48 +0100 Subject: [PATCH] Re-introduce commented tests --- test/end_to_end/tictac_SUITE.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/end_to_end/tictac_SUITE.erl b/test/end_to_end/tictac_SUITE.erl index 33ace07..18969a3 100644 --- a/test/end_to_end/tictac_SUITE.erl +++ b/test/end_to_end/tictac_SUITE.erl @@ -10,9 +10,9 @@ ]). all() -> [ - % many_put_compare, - % index_compare, - % recent_aae_noaae, + many_put_compare, + index_compare, + recent_aae_noaae, recent_aae_allaae ].