Skip to content

Commit

Permalink
Merge pull request #241 from jdblischak/un-skip-multitest
Browse files Browse the repository at this point in the history
Remove the skip() of the multitest() test
  • Loading branch information
nanxstats authored May 2, 2024
2 parents 87421cd + 53bffd0 commit d901750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-unvalidated-multitest.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ test_that("multitest() is equivalent to running tests individually", {
rmst_partial <- create_test(rmst, tau = 20)
maxcombo_partial <- create_test(maxcombo, rho = c(0, 0), gamma = c(0, 0.5))

skip('skip')
observed <- multitest(
data = trial_data_cut,
wlr = wlr_partial,
Expand Down

0 comments on commit d901750

Please sign in to comment.