Skip to content

Commit b6a8e09

Browse files
committed
Skip API tests
1 parent e574689 commit b6a8e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)