aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interop_tests.py
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-14 15:08:31 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-14 15:08:31 -0700
commitc59db4b136a3991f0edce0ac9cc008cf7737f0fb (patch)
treef484f53f84a50289d596df92befb83b32523d10e /tools/run_tests/run_interop_tests.py
parentd471818d8c986b2e4e86c2150dbbf2d54fb0d526 (diff)
added more tests to 'unimplemented'
Diffstat (limited to 'tools/run_tests/run_interop_tests.py')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 89725c10a6..44e93eb9cc 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -397,7 +397,7 @@ class ObjcLanguage:
# cmdline argument. Here we return all but one test cases as unimplemented,
# and depend upon ObjC test's behavior that it runs all cases even when
# we tell it to run just one.
- return _TEST_CASES[1:]
+ return _TEST_CASES[1:] + _SKIP_COMPRESSION + _SKIP_DATA_FRAME_PADDING
def unimplemented_test_cases_server(self):
return _SKIP_COMPRESSION