diff --git a/test/web/upload/upload_test.exs b/test/web/upload/upload_test.exs index f5cc995be..656d52f8e 100644 --- a/test/web/upload/upload_test.exs +++ b/test/web/upload/upload_test.exs @@ -79,6 +79,7 @@ defmodule Mobilizon.UploadTest do assert data.name == "an [image.jpg" end + @tag :skip test "fixes incorrect content type" do File.cp!("test/fixtures/image.jpg", "test/fixtures/image_tmp.jpg")