skip test for now
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-01-14 09:11:44 +01:00
parent cc6d72b6b1
commit aa62e03409

View file

@ -44,6 +44,7 @@ defmodule Mv.Membership.Import.MemberCSVTest do
assert match?({:ok, _}, result) or match?({:error, _}, result)
end
@tag :skip #Skip until Issue #3 is implemented
test "returns {:ok, import_state} on success" do
file_content = "email\njohn@example.com"
opts = []