Skip to content

Commit

Permalink
REDCapR:::redcap_read_oneshot_eav(): Temporarily turning off DAG on…
Browse files Browse the repository at this point in the history
… experimental function
  • Loading branch information
wibeasley committed Jun 11, 2024
1 parent 5406b48 commit a80687b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-read-oneshot-eav.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ test_that("raw", {
expect_s3_class(returned_object$data, "tbl")
})
test_that("raw-and-dag", {
testthat::skip("Temporarily turning off DAG on experimental function")
testthat::skip_on_cran()
path_expected <- "test-data/specific-redcapr/read-oneshot-eav/raw-and-dag.R"
expected_outcome_message <- "\\d+ records and \\d+ columns were read from REDCap in \\d+(\\.\\d+\\W|\\W)seconds\\."
Expand Down Expand Up @@ -121,6 +122,7 @@ test_that("raw-and-dag", {
expect_s3_class(returned_object$data, "tbl")
})
test_that("label-and-dag", {
testthat::skip("Temporarily turning off DAG on experimental function")
testthat::skip_on_cran()
path_expected <- "test-data/specific-redcapr/read-oneshot-eav/label-and-dag.R"
expected_outcome_message <- "\\d+ records and \\d+ columns were read from REDCap in \\d+(\\.\\d+\\W|\\W)seconds\\."
Expand Down

0 comments on commit a80687b

Please sign in to comment.