azure-quantum-python
azure-quantum-python copied to clipboard
Fix slow tests from recordings
This PR tries to reduce run time of tests from recordings.
- Previously, we didn't include the request to
/.well-known/openid-configurationduring authentication, which led to additional network request for each test case that requires authentication. - Added more patches that put 0 seconds wait time for various polling requests.
- Also removed all client auth secret related code in favor of Cert file.
Tests that use Microsoft.test provider are also skipped for until the it is fixed.