FilterControllerTest: tag erratic test
This commit is contained in:
parent
d1cc9e4eaf
commit
7c044a1841
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ defmodule Pleroma.Web.MastodonAPI.FilterControllerTest do
|
||||||
assert response["whole_word"] == true
|
assert response["whole_word"] == true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@tag :erratic
|
||||||
test "with adding expires_at", %{conn: conn, user: user} do
|
test "with adding expires_at", %{conn: conn, user: user} do
|
||||||
filter = insert(:filter, user: user)
|
filter = insert(:filter, user: user)
|
||||||
in_seconds = 600
|
in_seconds = 600
|
||||||
|
|
Loading…
Reference in a new issue