From: Paweł Chmielowski Date: Thu, 6 Oct 2016 09:17:10 +0000 (+0200) Subject: Disable one test for now, we may change how this part is handled X-Git-Tag: 16.12~25^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ae84a646f91413b3cdf309c72d1a3c77256cdd1;p=ejabberd Disable one test for now, we may change how this part is handled --- diff --git a/test/mod_http_api_test.exs b/test/mod_http_api_test.exs index efe090a3e..c68270f1f 100644 --- a/test/mod_http_api_test.exs +++ b/test/mod_http_api_test.exs @@ -47,12 +47,12 @@ defmodule ModHttpApiTest do assert Enum.member?(commands, :user_cmd) end - test "We can call open commands without authentication" do - setup_mocks() - :ejabberd_commands.expose_commands([:open_cmd]) - request = request(method: :POST, ip: {{127,0,0,1},50000}, data: "[]") - {200, _, _} = :mod_http_api.process(["open_cmd"], request) - end +# test "We can call open commands without authentication" do +# setup_mocks() +# :ejabberd_commands.expose_commands([:open_cmd]) +# request = request(method: :POST, ip: {{127,0,0,1},50000}, data: "[]") +# {200, _, _} = :mod_http_api.process(["open_cmd"], request) +# end # This related to the commands config file option test "Attempting to access a command that is not exposed as HTTP API returns 403" do