We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3e045 commit 71fd411Copy full SHA for 71fd411
tests/testthat/mock-pkg/tests/testthat/test-failed.R
@@ -5,7 +5,7 @@ library("vdiffr")
5
p1_orig <- ggplot2::ggplot(mtcars, ggplot2::aes(disp)) + ggplot2::geom_histogram()
6
p1_fail <- p1_orig + ggplot2::geom_vline(xintercept = 300)
7
8
-maintenance <- FALSE
+maintenance <- Sys.getenv("VDIFFR_REGENERATE_TESTS") == "yes"
9
skip_if_maintenance <- function() {
10
if (maintenance) {
11
skip("maintenance")
0 commit comments