Skip to content

Commit

Permalink
set the RELEASE_CANDIDATE env to false to avoid timeout on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Aug 30, 2024
1 parent 3a18bb1 commit c2d8663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_posteriors.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sys.setenv("RELEASE_CANDIDATE" = "true")
Sys.setenv("RELEASE_CANDIDATE" = "false")
test_that("posterior is correct (binomial)", {
skip_if_not(check_tf_version())

Expand Down Expand Up @@ -66,7 +66,7 @@ test_that("samplers are unbiased for standard uniform", {

check_samples(x, iid)
})

## This one is failing
test_that("samplers are unbiased for LKJ", {
skip_if_not(check_tf_version())

Expand Down

0 comments on commit c2d8663

Please sign in to comment.