aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/interop_matrix/client_matrix.py
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-08 11:32:22 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-08 17:27:23 -0800
commitfe783c19ffc05aed896fae43f25903cccc3e1fb2 (patch)
treef7ef0633d091dad7bf67b66f9f544a86927f79b3 /tools/interop_matrix/client_matrix.py
parentd21204cd4205635eeb483418de132470c9f67f8e (diff)
Removed Python because of test timeouts
Diffstat (limited to 'tools/interop_matrix/client_matrix.py')
-rw-r--r--tools/interop_matrix/client_matrix.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index b3a500d730..6bd7ff6406 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -27,7 +27,7 @@ LANG_RUNTIME_MATRIX = {
'cxx': ['cxx'], # This is actually debian8.
'go': ['go1.7', 'go1.8'],
'java': ['java_oracle8'],
- 'python': ['python'],
+ #'python': ['python'], # All python versions fail the tests due to timeout.
'node': ['node'],
'ruby': ['ruby'],
'php': ['php', 'php7'],
@@ -64,14 +64,14 @@ LANG_RELEASE_MATRIX = {
'v1.6.1',
'v1.7.0',
],
- 'python': [
+ #'python': [
#'v1.0.x', #Fail to run the test. #13230.
- 'v1.1.4',
- 'v1.2.5',
- 'v1.3.9',
- 'v1.4.2',
- 'v1.6.6',
- ],
+ # 'v1.1.4',
+ # 'v1.2.5',
+ # 'v1.3.9',
+ # 'v1.4.2',
+ # 'v1.6.6',
+ #],
'node': [
'v1.0.1',
'v1.1.4',