Skip to content

Commit

Permalink
skip tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 10, 2023
1 parent 279bc94 commit b38342c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/tinytest/test-plot_comparisons.R
Original file line number Diff line number Diff line change
@@ -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")


Expand Down
2 changes: 1 addition & 1 deletion inst/tinytest/test-plot_predictions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion inst/tinytest/test-plot_slopes.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b38342c

Please sign in to comment.