Skip to content

Commit e945f9e

Browse files
committed
skip preview tests on CI
they are passing but they make CI hang
1 parent a9ce626 commit e945f9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-preview.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
test_that("quarto_preview default functionality", {
22
skip_if_no_quarto()
33
skip_on_cran()
4+
skip_on_ci()
45

56
tmp_dir <- withr::local_tempdir()
67
withr::local_dir(tmp_dir)
@@ -23,6 +24,7 @@ test_that("quarto_preview default functionality", {
2324
test_that("quarto_preview can change port", {
2425
skip_if_no_quarto()
2526
skip_on_cran()
27+
skip_on_ci()
2628

2729
tmp_dir <- withr::local_tempdir()
2830
withr::local_dir(tmp_dir)

0 commit comments

Comments
 (0)