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

@@ -7,7 +7,7 @@ defmodule Mobilizon.Service.Export.Participants.CSVTest do
alias Mobilizon.Service.Export.Participants.CSV
describe "export event participants to csv" do
@tag @skip
@tag :skip
test "export basic infos" do
%Event{} = event = insert(:event)
insert(:participant, event: event, role: :creator)