updated interop test driver to run the advanced tests from a c++ client, since they are now all implemented

pull/8234/head
Noah Eisen 9 years ago
parent 005eec73a7
commit 13a6008c55
  1. 2
      tools/run_tests/run_interop_tests.py

@ -89,7 +89,7 @@ class CXXLanguage:
return {}
def unimplemented_test_cases(self):
return _SKIP_ADVANCED
return []
def unimplemented_test_cases_server(self):
return _SKIP_ADVANCED

Loading…
Cancel
Save