Skip to content

Commit

Permalink
skip more tests on CI systems, getting unexpected noaa timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 23, 2019
1 parent 8e3ce9a commit 7dbdef7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-check_response.r
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ context("check_response")

test_that("check_response returns an error", {
skip_on_cran()
skip_on_travis()
skip_on_appveyor()
skip_if_government_down()

# Sys.sleep(time = 0.5)
Expand All @@ -21,6 +23,8 @@ test_that("check_response returns an error", {

test_that("check_response returns the correct error messages", {
skip_on_cran()
skip_on_travis()
skip_on_appveyor()
skip_if_government_down()

# no data found
Expand Down

0 comments on commit 7dbdef7

Please sign in to comment.