Skip to content

Commit

Permalink
🐛 issue with wait_for_idle()
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoisilva committed Jan 27, 2023
1 parent 78e6b63 commit 22cbc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-shinytest2.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_that("{shinytest2} recording: app runs", {
})

test_that("{shinytest2} recording: gps simulation works", {
skip_on_os(os = "linux") # issue with wait_for_idle()

shiny_app <- movedesign::run_app()
app <- AppDriver$new(shiny_app, name = "gps")
Expand Down

0 comments on commit 22cbc95

Please sign in to comment.