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 5f0c3ff commit 52fca3bCopy full SHA for 52fca3b
sdk/cosmos/azure-cosmos/test/test_client_user_agent.py
@@ -10,7 +10,7 @@
10
from test_config import TestConfig
11
12
13
-@pytest.mark.cosmosEmulator
+@pytest.mark.skip
14
class TestClientUserAgent(unittest.IsolatedAsyncioTestCase):
15
16
async def test_client_user_agent(self):
@@ -21,8 +21,6 @@ async def test_client_user_agent(self):
21
self.assertTrue(client_async.client_connection._user_agent.startswith("azsdk-python-cosmos-async/"))
22
self.assertTrue(client_async.client_connection._user_agent != client_sync.client_connection._user_agent)
23
24
- await client_async.close()
25
-
26
27
if __name__ == "__main__":
28
unittest.main()
0 commit comments