aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2019-06-05 15:19:55 +1200
committerJames Newton-King <james@newtonking.com>2019-06-05 15:19:55 +1200
commit206ca33dd5d320c5cc879b4152641a6128cd4022 (patch)
treedbbea35cab02230a3e7b4249ab571969758fc160 /tools
parent526752d99135b89090cb2824b0c601f6b3acf550 (diff)
downloadgrpc-grpc-206ca33dd5d320c5cc879b4152641a6128cd4022.tar.gz
Enable duplex streaming and special status message interop tests
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_interop_tests.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index cc6901bdeb..ab724e5bad 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -210,12 +210,10 @@ class AspNetCoreLanguage:
def unimplemented_test_cases(self):
return _SKIP_COMPRESSION + \
- _SKIP_SPECIAL_STATUS_MESSAGE + \
- _AUTH_TEST_CASES + \
- ['cancel_after_first_response', 'ping_pong']
+ _AUTH_TEST_CASES
def unimplemented_test_cases_server(self):
- return _SKIP_COMPRESSION + _SKIP_SPECIAL_STATUS_MESSAGE
+ return _SKIP_COMPRESSION
def __str__(self):
return 'aspnetcore'