test: correctly skip invalid tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-08-21 15:56:48 +02:00
parent d29f1e1ee2
commit 3d491fc034
4 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ defmodule Mix.Tasks.Mobilizon.Maintenance.DetectSpamTest do
Mix.shell(Mix.Shell.Process)
describe "detect spam" do
@tag :skip
test "on all content" do
insert(:actor, preferred_username: "ham")
insert(:actor, preferred_username: "spam")