Skip to content

Commit a500a16

Browse files
authored
Merge pull request #15 from Shaunson26/Shaunson26-patch-1
Shaunson26 patch 1
2 parents b12e80a + 67442a2 commit a500a16

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check-standard.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
config:
2121
- {os: macos-latest, r: 'release'}
2222
- {os: windows-latest, r: 'release'}
23-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
23+
#- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2424
- {os: ubuntu-latest, r: 'release'}
25-
- {os: ubuntu-latest, r: 'oldrel-1'}
25+
#- {os: ubuntu-latest, r: 'oldrel-1'}
2626

2727
env:
2828
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

tests/testthat/test-cjs_update_bars.R

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test_that("chartjsProxy defaults work", {
3333

3434
# Run the application
3535
app <- shinytest2::AppDriver$new(shinyApp(ui = ui, server = server))
36-
app$get_screenshot()
3736

3837
observed_labels <- unlist(app$get_js("get_chartjs('distPlot').data.labels"))
3938
observed_data <- unlist(app$get_js("get_chartjs('distPlot').data.datasets[0].data"))

0 commit comments

Comments
 (0)