]> granicus.if.org Git - ejabberd/commitdiff
Disable one test for now, we may change how this part is handled
authorPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 6 Oct 2016 09:17:10 +0000 (11:17 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Thu, 6 Oct 2016 09:17:10 +0000 (11:17 +0200)
test/mod_http_api_test.exs

index efe090a3e37dc0d8881c0b5bc562b322895dab28..c68270f1f7dd1979c3358f7ab2a4ed2951d08694 100644 (file)
@@ -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