From f5d4ef50b4d86c33af924c44cfcb2d72202476d9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 22 Jan 2022 12:13:09 -0600 Subject: FilterTest: tag erratic test --- test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs index 98ab9e717..4f71b40d1 100644 --- a/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs +++ b/test/pleroma/web/mastodon_api/controllers/filter_controller_test.exs @@ -49,6 +49,7 @@ test "a common filter", %{conn: conn, user: user} do assert filter.hide == true end + @tag :erratic test "a filter with expires_in", %{conn: conn, user: user} do in_seconds = 600 -- cgit v1.2.3