Skip tests on MacOS/Darwin that have always failed

This commit is contained in:
Mark Felder 2024-01-15 20:18:43 -05:00
commit e44f6a2ab3
3 changed files with 8 additions and 0 deletions

View file

@ -42,6 +42,7 @@ defmodule Pleroma.Web.MastodonAPI.SearchControllerTest do
end
end
@tag :skip_darwin
test "search", %{conn: conn} do
user = insert(:user)
user_two = insert(:user, %{nickname: "shp@shitposter.club"})