commit: f531099d2d504159de4695426339a1cd0ca7bb8d
parent 7f0b3161eab7d3a3de7103d83ba62ee05ec1c28f
Author: Jeremy Huffman <jeremy@jeremyhuffman.com>
Date: Sun, 27 Nov 2022 03:12:34 +0000
Skip two unicode/kanji tests that can't pass on Mac.
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/pleroma/activity_test.exs b/test/pleroma/activity_test.exs
@@ -145,6 +145,7 @@ defmodule Pleroma.ActivityTest do
setup do: clear_config([:instance, :limit_to_local_content])
+ @tag :skip_on_mac
test "finds utf8 text in statuses", %{
japanese_activity: japanese_activity,
user: user
diff --git a/test/pleroma/web/mastodon_api/controllers/search_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/search_controller_test.exs
@@ -37,6 +37,7 @@ defmodule Pleroma.Web.MastodonAPI.SearchControllerTest do
end
end
+ @tag :skip_on_mac
test "search", %{conn: conn} do
user = insert(:user)
user_two = insert(:user, %{nickname: "shp@shitposter.club"})