We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip_if(Sys.info()["nodename"] != "rshiny", "Test is not running on Lifewatch RStudio Server") Or even better: skip_if("ETN" %in% odbc::odbcListDataSources()$name, "ETN is not a local database on this machine")
skip_if(Sys.info()["nodename"] != "rshiny", "Test is not running on Lifewatch RStudio Server")
Or even better:
skip_if("ETN" %in% odbc::odbcListDataSources()$name, "ETN is not a local database on this machine")
Originally posted by @PietrH in #330
The text was updated successfully, but these errors were encountered:
Reported by Thierry
Sorry, something went wrong.
See also: https://testthat.r-lib.org/articles/skipping.html?q=helper#helpers
https://inbo.r-universe.dev/etn
PietrH
Successfully merging a pull request may close this issue.
Originally posted by @PietrH in #330
The text was updated successfully, but these errors were encountered: