Skip to content

Commit

Permalink
chore: 'skip_on_ci()' before 'expect_doppelganger()'
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed May 14, 2020
1 parent bbfd648 commit 10a5ea5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Encoding: UTF-8
Package: piecenikr
Type: Package
Title: Looney Pyramid graphics
Version: 0.1.0-5
Version: 0.1.1
Author: Trevor L Davis.
Maintainer: Trevor L Davis <[email protected]>
Description: Functions and objects to make Looney Pyramids graphics.
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pieceniker 0.1
==============
pieceniker 0.1.1
================

* ``looney_pyramids`` function which returns an icehouse pieces configuration.
* ``looneyPyramidGrob`` to help make icehouse pieces.
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test_icehouse.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_that("Looney Pyramids works as expected", {
df2 <- rbind(dft, dfp)
df <- rbind(df1, df2)

skip_on_ci()
expect_doppelganger("looney_pyramids",
function() pmap_piece(df, cfg = cfg, default.units = "in")
)
Expand Down

0 comments on commit 10a5ea5

Please sign in to comment.