From c59db4b136a3991f0edce0ac9cc008cf7737f0fb Mon Sep 17 00:00:00 2001
From: Makarand Dharmapurikar <makarandd@google.com>
Date: Fri, 14 Apr 2017 15:08:31 -0700
Subject: [PATCH] added more tests to 'unimplemented'

---
 tools/run_tests/run_interop_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab