Skip to content

Commit

Permalink
Changed mincTFCE lm randomization test to not run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalhsyed committed Sep 29, 2022
1 parent 2a2d24d commit 6c62354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_mincTFCE.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ context("MincLm Randomization TFCE")
test_that("lm randomization works", {
evalq({
skip_on_cran()
skip_on_travis()
skip_on_ci()

verboseRun(lmod <- mincLm(jacobians_0.2 ~ Genotype, gf))
verboseRun(randomization_results <- mincTFCE(lmod, R = 10))
Expand Down

0 comments on commit 6c62354

Please sign in to comment.