From 4a98c0b04b9639ae246b1720c0bb0df2fe97b310 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Mon, 3 Jun 2024 10:32:07 -0400 Subject: [PATCH] Update z_compare_windows44.r --- R/z_compare_windows44.r | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)