Skip to content

Commit

Permalink
spaces around pipes
Browse files Browse the repository at this point in the history
ref #544
  • Loading branch information
wibeasley committed Oct 17, 2024
1 parent bc35fdb commit 4600662
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/testthat/test-metadata-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ credential_super_wide_3<-retrieve_credential_testing("super-wide-3")
credential_problem <- retrieve_credential_testing("potentially-problematic-dictionary")
update_expectation <- FALSE

if (credential$redcap_uri != "https://redcap-dev-2.ouhsc.edu/redcap/api/") {
testthat::skip("Skipping EAV test on non-dev server")
# The two servers have different outputs/spaces around the pipes.
# dev : "0, Female|1, Male"
# bbmc: "0, Female | 1, Male"
}

test_that("Smoke Test", {
testthat::skip_on_cran()
expect_message({
Expand Down

0 comments on commit 4600662

Please sign in to comment.