Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NGTmeaty committed Sep 26, 2024
1 parent 68114d4 commit b04bab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pkg/crawl/sitespecific/youtube/youtube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ func TestParse(t *testing.T) {
if err != nil {
_, found := ytdlp.FindPath()
if !found {
// TODO: install yt-dlp when running our tests.
t.Skipf("yt-dlp not installed. xfailing test due to missing executable.")
// TODO: install yt-dlp when running our tests in CI?
t.Skipf("yt-dlp not installed. skipping test due to missing executable.")
return
}
t.Fatal(err)
Expand Down

0 comments on commit b04bab6

Please sign in to comment.