aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 310cfe674e..53c03f0bad 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -92,7 +92,7 @@ class CXXLanguage:
return []
def unimplemented_test_cases_server(self):
- return _SKIP_ADVANCED
+ return []
def __str__(self):
return 'c++'