Skip to content

Commit

Permalink
add missing tag to test to avoid running it on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breunigs committed Feb 3, 2024
1 parent ba8287a commit 1f240df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/article/article_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ defmodule ArticleTest do
assert [] == broken
end

@tag requires_mount: true
test "historic track reference exists on file system" do
{:ok, known} = Settings.video_target_dir_abs() |> File.ls()
known = MapSet.new(known)
Expand Down

0 comments on commit 1f240df

Please sign in to comment.