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.
2 parents 589c0be + bbd75fd commit 89b9da9Copy full SHA for 89b9da9
tests/test_authority.py
@@ -37,8 +37,9 @@ def test_wellknown_host_and_tenant(self):
37
38
def test_wellknown_host_and_tenant_using_new_authority_builder(self):
39
self._test_authority_builder(AZURE_PUBLIC, "consumers")
40
- self._test_authority_builder(AZURE_CHINA, "organizations")
41
self._test_authority_builder(AZURE_US_GOVERNMENT, "common")
+ ## AZURE_CHINA is prone to some ConnectionError. We skip it to speed up our tests.
42
+ # self._test_authority_builder(AZURE_CHINA, "organizations")
43
44
@unittest.skip("As of Jan 2017, the server no longer returns V1 endpoint")
45
def test_lessknown_host_will_return_a_set_of_v1_endpoints(self):
0 commit comments