Skip to content

Commit

Permalink
add ruby server to run_interop_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Oct 6, 2015
1 parent 075821f commit b1dec72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/run_tests/run_interop_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ def __str__(self):
}

# languages supported as cloud_to_cloud servers
# TODO(jtattermusch): enable other languages as servers as well
_SERVERS = ['c++', 'node', 'csharp', 'java', 'go']
_SERVERS = ['c++', 'node', 'csharp', 'java', 'go', 'ruby']

# TODO(jtattermusch): add empty_stream once PHP starts supporting it.
# TODO(jtattermusch): add timeout_on_sleeping_server once java starts supporting it.
Expand Down

0 comments on commit b1dec72

Please sign in to comment.