Skip to content

Commit 943ac1f

Browse files
author
leonawicz
committed
Temporarily disable unit test.
1 parent a617170 commit 943ac1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-meme.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ test_that("meme_gif runs as expected", {
6060
pos <- list(w = rep(0.9, 2), h = rep(0.3, 2), x = rep(0.5, 2), y = c(0.9, 0.75))
6161
img <- "http://forgifs.com/gallery/d/228621-4/Cat-wiggles.gif"
6262

63+
skip_on_cran()
64+
skip_on_travis()
6365
if("magick" %in% installed.packages()){
6466
s <- c(1.5, 0.75)
6567
f <- 1:2

0 commit comments

Comments
 (0)