Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1811d commit 26221e8Copy full SHA for 26221e8
plotly/tests/test_core/test_graph_reference/test_graph_reference.py
@@ -60,6 +60,7 @@ def test_get_graph_reference_bad_request_no_copy(self):
60
self.assertEqual(graph_reference, default_graph_reference)
61
62
@attr('slow')
63
+ @skip('skipping')
64
def test_default_schema_is_up_to_date(self):
65
api_domain = files.FILE_CONTENT[files.CONFIG_FILE]['plotly_api_domain']
66
graph_reference_url = '{}{}?sha1'.format(api_domain,
0 commit comments