Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Aug 21, 2024
1 parent 4df514a commit 57a2f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test_query.r
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ test_that("fill_n",

test_that("phewas",
{
skip("Investigate b in this test later")
a <- try(phewas("rs977747", 0.01))
if (inherits(a, c("try-error", "response"))) skip("Server issues")
expect_true(nrow(a)>100)
Expand Down

0 comments on commit 57a2f14

Please sign in to comment.