remove experimental test for now

This commit is contained in:
Steve Vinoski 2012-02-27 21:14:48 -05:00
parent 9177bd5c10
commit 8dcbe6c396

View file

@ -441,27 +441,8 @@ fetch_status(Cursor, {ok, Stat}, Acc) ->
%% ===================================================================
%% EUnit tests
%% ===================================================================
-ifdef(TESTX).
simple_test_() ->
{setup,
fun() ->
?assertCmd("rm -rf test/wterl-backend"),
application:set_env(wterl, data_root, "test/wterl-backend"),
application:start(wterl)
end,
fun(_) ->
application:stop(wterl)
end,
fun(_) ->
riak_kv_backend:standard_test(?MODULE, [])
end}.
-endif.
-ifdef(TEST).
simple_test_() ->
{setup,
fun() ->