Skip to content

Commit

Permalink
skip test that uses data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Mar 25, 2024
1 parent 3177f49 commit 7dd173b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-nfl_team_tiers.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
test_that("team tiers work", {
# skip because of data.table multithreading
skip_on_cran()

library(ggplot2)
teams <- nflplotR::valid_team_names()
# remove conference logos from this example
Expand Down

0 comments on commit 7dd173b

Please sign in to comment.