Skip to content

Commit

Permalink
Added skip_on_ci for shinytest2 webdriver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jul 2, 2024
1 parent 2a8696a commit e5d03c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-shinytest2.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ library(shinytest2)
library(testthat)

test_that("{shinytest2} recording: epos-load-wide", {
skip_on_ci()
shiny_app <- eposmol::run_eposmol_app(test.mode = TRUE)
app <- AppDriver$new(
shiny_app,
Expand All @@ -20,6 +21,7 @@ test_that("{shinytest2} recording: epos-load-wide", {
})

test_that("{shinytest2} recording: epos-load-wide-example", {
skip_on_ci()
shiny_app <- eposmol::run_eposmol_app(test.mode = TRUE)
app <- AppDriver$new(
shiny_app,
Expand All @@ -43,6 +45,7 @@ test_that("{shinytest2} recording: epos-load-wide-example", {
})

test_that("{shinytest2} recording: epos-load-long", {
skip_on_ci()
shiny_app <- eposmol::run_eposmol_app(test.mode = TRUE)
app <- AppDriver$new(
shiny_app,
Expand All @@ -66,6 +69,7 @@ test_that("{shinytest2} recording: epos-load-long", {
})

test_that("{shinytest2} recording: epos-load-long-reset1", {
skip_on_ci()
shiny_app <- eposmol::run_eposmol_app(test.mode = TRUE)
app <- AppDriver$new(
shiny_app,
Expand Down

0 comments on commit e5d03c7

Please sign in to comment.