diff options
author | Adele Zhou <adelez@google.com> | 2018-03-21 11:30:28 -0700 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2018-03-21 11:30:28 -0700 |
commit | 5657cd5827d32020c1f4081e2753e8acb5ad7b27 (patch) | |
tree | 9db40101df241af242fa420f2d266e3b9afa13d1 /tools | |
parent | 7959f7d248ea48d8e9b948071335fca2e065489b (diff) |
Disable node 1.7.2 in backwards comp tests temporarily.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/interop_matrix/client_matrix.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 836a8ac745..7ba93a2734 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -190,9 +190,10 @@ LANG_RELEASE_MATRIX = { # {'v1.3.9': None}, # {'v1.4.2': None}, # {'v1.6.6': None}, - { - 'v1.7.2': None - }, + # TODO: https://github.com/grpc/grpc-node/issues/235. + #{ + # 'v1.7.2': None + #}, { 'v1.8.4': None }, |