diff options
author | Adele Zhou <adelez@google.com> | 2017-11-27 09:53:19 -0800 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2017-11-27 09:53:19 -0800 |
commit | ab8fce5338ff89acb570c77a84e56dcc18500476 (patch) | |
tree | 18590289296315c0066558ebdbbe85eb0f5bf038 /tools/interop_matrix | |
parent | de93112a3f70afa39d3e9aa87da165f9f737fdef (diff) |
Disable node 1.7
Diffstat (limited to 'tools/interop_matrix')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index c7860f3fcc..ee24ae7b28 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -104,7 +104,7 @@ LANG_RELEASE_MATRIX = { 'v1.3.9', 'v1.4.2', 'v1.6.6', - 'v1.7.1', + #'v1.7.1', Failing tests. ], 'ruby': [ # Ruby v1.0.x doesn't have the fix #8914, therefore not supported. |