Skip to content

Commit

Permalink
tests: activate
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Apr 27, 2024
1 parent 17d2302 commit 98cd97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test_OptimizerAsynDesignPoints.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_that("OptimizerAsyncRandomSearch works", {
skip_if(TRUE)
skip_on_cran()
#skip_on_cran()
skip_if_not_installed("rush")
flush_redis()

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_OptimizerAsynGridSearch.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_that("OptimizerAsyncGridSearch works", {
skip_if(TRUE)
skip_on_cran()
#skip_on_cran()
skip_if_not_installed("rush")
flush_redis()

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_OptimizerAsyncRandomSearch.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
test_that("OptimizerAsyncRandomSearch works", {
skip_if(TRUE)
skip_on_cran()
#skip_on_cran()
skip_if_not_installed("rush")
flush_redis()

Expand Down

0 comments on commit 98cd97d

Please sign in to comment.