Skip to content

Commit

Permalink
no rainbow test on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed May 30, 2023
1 parent 7c4c283 commit 27f56a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-read_chroms.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ test_that("get_filetype works as expected", {
test_that("rainbow parser works", {
skip_if_missing_dependecies()
skip_on_cran()
skip_on_ci()
x1 <- read_chroms(path_uv, format_in = "chemstation_uv", parser = "rainbow",
find_files = FALSE,
read_metadata = TRUE,
Expand Down

0 comments on commit 27f56a4

Please sign in to comment.