Skip to content

Commit

Permalink
Start running these tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Aug 20, 2024
1 parent c93aae2 commit 9157ddd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testthat/test-create.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
test_that("Create a quarto project", {
skip_if_no_quarto("1.4")
# TODO: Fix the test once issue solve upstream
# - https://github.com/quarto-dev/quarto-cli/issues/8809
# - https://github.com/quarto-dev/quarto-r/issues/153
skip_if_quarto("1.5")
expect_snapshot(
error = TRUE,
quarto_create_project()
Expand All @@ -16,10 +12,6 @@ test_that("Create a quarto project", {

test_that("Create a quarto project in another directory", {
skip_if_no_quarto("1.4")
# TODO: Fix the test once issue solve upstream
# - https://github.com/quarto-dev/quarto-cli/issues/8809
# - https://github.com/quarto-dev/quarto-r/issues/153
skip_if_quarto("1.5")
tempdir <- withr::local_tempdir()
curr_wd <- getwd()
expect_no_error(quarto_create_project(name = "test-project", dir = tempdir, quiet = TRUE))
Expand Down

0 comments on commit 9157ddd

Please sign in to comment.