Skip to content

Commit

Permalink
Merge pull request #14 from jennybc/more-test-skips
Browse files Browse the repository at this point in the history
Add more test skips
  • Loading branch information
timelyportfolio authored Aug 2, 2019
2 parents 0c7c0cd + 0473f2c commit 126f529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/testthat/test_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ test_that("d3_dep_v5 on latest d3 release", {
test_that("d3-jetpack on latest release", {
skip_on_cran()
skip_on_travis()
skip_if_not_installed("github")

expect_identical(
jetpack$version,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test_v8.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
context("V8context")

test_that("d3_v8 has d3", {

skip_if_not_installed("V8")
skip_on_cran()
skip_on_travis()

Expand Down

0 comments on commit 126f529

Please sign in to comment.