From c2d86637bf836305a15a803dbf04ed4117dc35ad Mon Sep 17 00:00:00 2001 From: njtierney Date: Fri, 30 Aug 2024 11:53:44 +0100 Subject: [PATCH] set the RELEASE_CANDIDATE env to false to avoid timeout on tests --- tests/testthat/test_posteriors.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test_posteriors.R b/tests/testthat/test_posteriors.R index d22760e2..173e539f 100644 --- a/tests/testthat/test_posteriors.R +++ b/tests/testthat/test_posteriors.R @@ -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()) @@ -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())