Merge pull request #20114 from jtattermusch/server_compresion_aspnetcore

enable server compression tests for grpc.aspnetcore.server
pull/20176/head
Jan Tattermusch 5 years ago committed by GitHub
commit a5d4bc1483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_interop_tests.py

@ -211,7 +211,7 @@ class AspNetCoreLanguage:
_SKIP_COMPUTE_ENGINE_CHANNEL_CREDS _SKIP_COMPUTE_ENGINE_CHANNEL_CREDS
def unimplemented_test_cases_server(self): def unimplemented_test_cases_server(self):
return _SKIP_SERVER_COMPRESSION return []
def __str__(self): def __str__(self):
return 'aspnetcore' return 'aspnetcore'

Loading…
Cancel
Save