We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e574689 commit b6a8e09Copy full SHA for b6a8e09
tests/testthat/test-api.R
@@ -1,3 +1,5 @@
1
+skip("plotly seems to no longer support the 'Chart Studio' API https://plotly.com/chart-studio-updates/")
2
+
3
test_that("api() returns endpoints", {
4
skip_cloud_tests()
5
@@ -207,5 +209,3 @@ test_that("posting a hidden plot returns a secret key", {
207
209
expect_true(res$share_key_enabled)
208
210
expect_true(nchar(res$share_key) > 1)
211
})
-
0 commit comments