diff --git a/R/z_compare_windows44.r b/R/z_compare_windows44.r index 51a6d770ad..353bf79ec6 100644 --- a/R/z_compare_windows44.r +++ b/R/z_compare_windows44.r @@ -38,7 +38,8 @@ max_window44_diff <- function() { f = function(win44_file, win43_file) { tryCatch( { - shinytest2::screenshot_max_difference(win44_file, win43_file) + stop("Uncomment this code!") + # shinytest2::screenshot_max_difference(win44_file, win43_file) }, error = function(e) { message("\nError comparing ", win44_file, " and ", win43_file, ": ", e$message)