Skip to content

Commit

Permalink
updated the interop tests driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Jun 22, 2016
1 parent e89aad0 commit ff32a86
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/run_tests/run_interop_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@

_DEFAULT_SERVER_PORT=8080

_SKIP_COMPRESSION = ['large_compressed_unary',
_SKIP_COMPRESSION = ['client_compressed_unary',
'client_compressed_streaming'
'server_compressed_unary',
'server_compressed_streaming']

_SKIP_ADVANCED = ['custom_metadata', 'status_code_and_message',
Expand Down Expand Up @@ -345,7 +347,8 @@ def __str__(self):
'cancel_after_begin', 'cancel_after_first_response',
'timeout_on_sleeping_server', 'custom_metadata',
'status_code_and_message', 'unimplemented_method',
'large_compressed_unary', 'server_compressed_streaming']
'client_compressed_unary', 'server_compressed_unary',
'client_compressed_streaming', 'server_compressed_streaming']

_AUTH_TEST_CASES = ['compute_engine_creds', 'jwt_token_creds',
'oauth2_auth_token', 'per_rpc_creds']
Expand Down

0 comments on commit ff32a86

Please sign in to comment.