Merge pull request #20099 from jtattermusch/dotnet_client_more_auth_interop

enable compute_engine_creds and jwt_token_creds interop tests for managed dotnet client
pull/20111/head
Jan Tattermusch 5 years ago committed by GitHub
commit dfae165114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_interop_tests.py

@ -208,8 +208,6 @@ class AspNetCoreLanguage:
def unimplemented_test_cases(self):
return _SKIP_COMPRESSION + \
['compute_engine_creds'] + \
['jwt_token_creds'] + \
_SKIP_GOOGLE_DEFAULT_CREDS + \
_SKIP_COMPUTE_ENGINE_CHANNEL_CREDS

Loading…
Cancel
Save