diff options
author | Alex Gleason <alex@alexgleason.me> | 2022-02-02 12:29:53 -0600 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2022-02-02 12:29:53 -0600 |
commit | bd81af731eb6c391f647e66847d01afdf374c673 (patch) | |
tree | 426cedd6b657940e5dbb169f01115f1aa18b98d4 | |
parent | 2d779763055ebfe02ffb1ffced5c10dbc0baa63b (diff) | |
download | pleroma-bd81af731eb6c391f647e66847d01afdf374c673.tar.gz |
Tag erratic test
-rw-r--r-- | test/pleroma/web/admin_api/controllers/report_controller_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pleroma/web/admin_api/controllers/report_controller_test.exs b/test/pleroma/web/admin_api/controllers/report_controller_test.exs index 99cc7bbd0..802a8c05f 100644 --- a/test/pleroma/web/admin_api/controllers/report_controller_test.exs +++ b/test/pleroma/web/admin_api/controllers/report_controller_test.exs @@ -355,6 +355,7 @@ defmodule Pleroma.Web.AdminAPI.ReportControllerTest do } = note end + @tag :erratic test "it returns reports with notes", %{conn: conn, admin: admin} do conn = get(conn, "/api/pleroma/admin/reports") |