diff --git a/test/end_to_end/basic_SUITE.erl b/test/end_to_end/basic_SUITE.erl index df41333..7029e0d 100644 --- a/test/end_to_end/basic_SUITE.erl +++ b/test/end_to_end/basic_SUITE.erl @@ -7,9 +7,9 @@ journal_compaction/1, fetchput_snapshot/1]). -all() -> [% simple_put_fetch_head, - % many_put_fetch_head, - % journal_compaction, +all() -> [simple_put_fetch_head, + many_put_fetch_head, + journal_compaction, fetchput_snapshot].