This PR tries to reduce run time of tests from recordings.
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.
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.
This PR tries to reduce run time of tests from recordings.
/.well-known/openid-configuration
during authentication, which led to additional network request for each test case that requires authentication.Tests that use
Microsoft.test
provider are also skipped for until the it is fixed.