[Interop] Enable Orca test cases for C++ (#32684)

pull/32654/head
Eugene Ostroukhov 2 years ago committed by GitHub
parent 451b230358
commit e4825a5aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/run_tests/run_interop_tests.py

@ -118,11 +118,10 @@ class CXXLanguage:
def unimplemented_test_cases(self):
return _SKIP_DATA_FRAME_PADDING + \
_SKIP_SPECIAL_STATUS_MESSAGE + \
_SKIP_COMPUTE_ENGINE_CHANNEL_CREDS + \
_ORCA_TEST_CASES
_SKIP_COMPUTE_ENGINE_CHANNEL_CREDS
def unimplemented_test_cases_server(self):
return _ORCA_TEST_CASES
return []
def __str__(self):
return 'c++'

Loading…
Cancel
Save