azure-quantum-python icon indicating copy to clipboard operation
azure-quantum-python copied to clipboard

Fix slow tests from recordings

Open ArthurKamalov opened this issue 1 year ago • 0 comments

This PR tries to reduce run time of tests from recordings.

  1. Previously, we didn't include the request to /.well-known/openid-configuration during authentication, which led to additional network request for each test case that requires authentication.
  2. Added more patches that put 0 seconds wait time for various polling requests.
  3. 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.

ArthurKamalov avatar May 10 '24 21:05 ArthurKamalov