Skip to content
Snippets Groups Projects
Commit 3d11a912 authored by Noah Eisen's avatar Noah Eisen Committed by GitHub
Browse files

Merge pull request #9297 from ncteisen/include-new-ruby-interop-tests

Change Interop Test Infrastructure to Run New Ruby Tests
parents 3c42128a 4ee98ed8
No related branches found
No related tags found
No related merge requests found
......@@ -350,10 +350,10 @@ class RubyLanguage:
return {}
def unimplemented_test_cases(self):
return _SKIP_ADVANCED + _SKIP_SERVER_COMPRESSION
return _SKIP_SERVER_COMPRESSION
def unimplemented_test_cases_server(self):
return _SKIP_ADVANCED + _SKIP_COMPRESSION
return _SKIP_COMPRESSION
def __str__(self):
return 'ruby'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment