Skip to content

Commit

Permalink
add skip on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jun 27, 2020
1 parent b25688b commit ef53a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CI: true

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-info.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test_that("wfs info works from the server for a random service", {
})

test_that("wfs all info works", {
skip_on_ci()
all_info <- emodnet_get_all_wfs_info()
expect_s3_class(all_info,
class = c("tbl_df", "tbl", "data.frame"))
Expand Down

0 comments on commit ef53a44

Please sign in to comment.