Skip to content

Commit 6bf7534

Browse files
committed
Skip API tests
1 parent e574689 commit 6bf7534

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
MAPBOX_TOKEN: ${{ secrets.MAPBOX_TOKEN }}
4545
plotly_username: ${{ secrets.PLOTLY_USERNAME }}
4646
plotly_api_key: ${{ secrets.PLOTLY_API_KEY }}
47-
plotly_api_domain: "https://chart-studio.plotly.com"
4847

4948
steps:
5049
- uses: actions/checkout@v4

tests/testthat/test-api.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
skip("plotly seems to no longer support the 'Chart Studio' API https://plotly.com/chart-studio-updates/")
2+
13
test_that("api() returns endpoints", {
24
skip_cloud_tests()
35

@@ -207,5 +209,3 @@ test_that("posting a hidden plot returns a secret key", {
207209
expect_true(res$share_key_enabled)
208210
expect_true(nchar(res$share_key) > 1)
209211
})
210-
211-

0 commit comments

Comments
 (0)