Skip to content

Commit

Permalink
Skip checks
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 4, 2023
1 parent 1630e63 commit 2bae8c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-expr.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
test_that("can construct expressions", {
# FIXME: Restore after https://github.com/cynkra/constructive/pull/199
skip_on_ci()
skip_on_cran()

expect_snapshot({
relexpr_reference("column")
relexpr_constant(42)
Expand Down

0 comments on commit 2bae8c0

Please sign in to comment.