From 519da1757baa48d719291c6e704fe72686140d2a Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Wed, 18 Oct 2023 11:31:46 +0100 Subject: [PATCH] don't skip downloading on GHA --- tests/testthat/test-surveys.r | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testthat/test-surveys.r b/tests/testthat/test-surveys.r index 3e8ea4b..c89dab1 100644 --- a/tests/testthat/test-surveys.r +++ b/tests/testthat/test-surveys.r @@ -10,7 +10,6 @@ test_that("list of surveys is not empty", { test_that("surveys can be downloaded", { skip_if_offline("zenodo.org") skip_on_cran() - skip_on_ci() s <- suppressMessages(suppressWarnings(get_survey("10.5281/zenodo.1059920"))) # nolint