Skip to content

Commit 4e667b4

Browse files
committed
Avoid shinytest2 in ga
1 parent d97539b commit 4e667b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-app-function.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
test_that("qkmap_app tests works", {
22
# Don't run these tests on the CRAN build servers
33
testthat::skip_on_cran()
4+
testthat::skip_on_ci()
45

56
appdir <- system.file(package = "quadkeyr", "app")
67
shinytest2::test_app(appdir)

0 commit comments

Comments
 (0)