Skip to content

Commit

Permalink
skip test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholbrook committed Sep 4, 2024
1 parent ad941b2 commit a5884c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-read_vdat_csv.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# R/load-read_vdat_csv.r

skip_on_cran()
skip_on_ci()

test_that("read_vdat_csv works", {
# VR2W file
vrl_file <- system.file("extdata", "detection_files_raw",
Expand Down

0 comments on commit a5884c9

Please sign in to comment.