Skip to content

Commit

Permalink
Give up on PhantomJS on Appveyor for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Aug 21, 2018
1 parent 6c49d79 commit 82ed556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ init:
install:
- ps: Bootstrap
- cinst PhantomJS --version 2.1.1

# Adapt as necessary starting from here

Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-visuals.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test_with_dir("visNetwork graph runs", {
expect_true(file.exists(file))
unlink(file, force = TRUE, recursive = TRUE)
unlink("*_files", force = TRUE, recursive = TRUE)
skip_on_appveyor()
skip_if_not_installed("webshot")
file <- "graph.png"
expect_false(file.exists(file))
Expand Down Expand Up @@ -70,6 +71,7 @@ test_with_dir("Sankey diagram runs", {
expect_false(file.exists(file))
sankey_drake_graph(config = config, file = file, selfcontained = FALSE)
expect_true(file.exists(file))
skip_on_appveyor()
skip_if_not_installed("webshot")
unlink(file, force = TRUE, recursive = TRUE)
unlink("*_files", force = TRUE, recursive = TRUE)
Expand Down

0 comments on commit 82ed556

Please sign in to comment.