Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent d5737c4 commit 345f437
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/marina_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ marina_test_() ->
fun tuples_subtest/0
]}}.

marina_compression_test_() ->
{setup,
fun () -> setup([
{compression, true},
{keyspace, <<"test">>}
]) end,
fun (_) -> cleanup() end,
[fun query_subtest/0]
}.
% marina_compression_test_() ->
% {setup,
% fun () -> setup([
% {compression, true},
% {keyspace, <<"test">>}
% ]) end,
% fun (_) -> cleanup() end,
% [fun query_subtest/0]
% }.

%% tests
async_query_subtest() ->
Expand Down

0 comments on commit 345f437

Please sign in to comment.