diff --git a/inst/tinytest/test-plot_comparisons.R b/inst/tinytest/test-plot_comparisons.R index 78c1301fc..da0c40e19 100644 --- a/inst/tinytest/test-plot_comparisons.R +++ b/inst/tinytest/test-plot_comparisons.R @@ -1,6 +1,6 @@ source("helpers.R") if (!requiet("tinysnapshot")) exit_file("tinysnapshot") -# if (ON_WINDOWS || ON_OSX) exit_file("linux only") +if (ON_CI || ON_WINDOWS || ON_OSX) exit_file("local linux only") using("marginaleffects") diff --git a/inst/tinytest/test-plot_predictions.R b/inst/tinytest/test-plot_predictions.R index 99528b7bb..146016064 100644 --- a/inst/tinytest/test-plot_predictions.R +++ b/inst/tinytest/test-plot_predictions.R @@ -2,7 +2,7 @@ source("helpers.R") exit_file("CHECK") using("marginaleffects") if (!requiet("tinysnapshot")) exit_file("tinysnapshot") -# if (ON_WINDOWS || ON_OSX) exit_file("linux only") +if (ON_CI || ON_WINDOWS || ON_OSX) exit_file("local linux only") using("tinysnapshot") requiet("nnet") diff --git a/inst/tinytest/test-plot_slopes.R b/inst/tinytest/test-plot_slopes.R index d74ab0d33..a357899e5 100644 --- a/inst/tinytest/test-plot_slopes.R +++ b/inst/tinytest/test-plot_slopes.R @@ -1,7 +1,7 @@ source("helpers.R") using("marginaleffects") if (!requiet("tinysnapshot")) exit_file("tinysnapshot") -# if (ON_WINDOWS || ON_OSX) exit_file("linux only") +if (ON_CI || ON_WINDOWS || ON_OSX) exit_file("local linux only") using("tinysnapshot") # character predictors