Skip to content

Commit

Permalink
Update z_compare_windows44.r
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Jun 3, 2024
1 parent 9905da4 commit 4a98c0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/z_compare_windows44.r
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a98c0b

Please sign in to comment.