summaryrefslogtreecommitdiff
path: root/test/elixir/test/attachments_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/elixir/test/attachments_test.exs')
-rw-r--r--test/elixir/test/attachments_test.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/elixir/test/attachments_test.exs b/test/elixir/test/attachments_test.exs
index 8e7f7d352..d60884767 100644
--- a/test/elixir/test/attachments_test.exs
+++ b/test/elixir/test/attachments_test.exs
@@ -115,6 +115,7 @@ defmodule AttachmentsTest do
assert resp.headers["location"] == nil
end
+ @tag :pending # Wrong Content-Type
@tag :with_db
test "saves binary", context do
db_name = context[:db_name]
@@ -346,6 +347,7 @@ defmodule AttachmentsTest do
assert resp.status_code == 400
end
+ @tag :pending # HTTP 500
@tag :with_db
test "COUCHDB-809 - stubs should only require the 'stub' field", context do
db_name = context[:db_name]