File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11test_that(" Create a quarto project" , {
22 skip_if_no_quarto(" 1.4" )
3+ # TODO: Fix the test once issue solve upstream
4+ # - https://github.com/quarto-dev/quarto-cli/issues/8809
5+ # - https://github.com/quarto-dev/quarto-r/issues/153
6+ skip_if_quarto(" 1.5" )
37 expect_snapshot(
48 error = TRUE ,
59 quarto_create_project()
@@ -12,6 +16,10 @@ test_that("Create a quarto project", {
1216
1317test_that(" Create a quarto project in another directory" , {
1418 skip_if_no_quarto(" 1.4" )
19+ # TODO: Fix the test once issue solve upstream
20+ # - https://github.com/quarto-dev/quarto-cli/issues/8809
21+ # - https://github.com/quarto-dev/quarto-r/issues/153
22+ skip_if_quarto(" 1.5" )
1523 tempdir <- withr :: local_tempdir()
1624 curr_wd <- getwd()
1725 expect_no_error(quarto_create_project(name = " test-project" , dir = tempdir , quiet = TRUE ))
You can’t perform that action at this time.
0 commit comments