Skip to content
Snippets Groups Projects
Commit d9eff377 authored by Eric Gribkoff's avatar Eric Gribkoff
Browse files

skip data frame padding test for okhttp

parent e5df1d8d
No related branches found
No related tags found
No related merge requests found
...@@ -218,7 +218,7 @@ class JavaOkHttpClient: ...@@ -218,7 +218,7 @@ class JavaOkHttpClient:
return {} return {}
def unimplemented_test_cases(self): def unimplemented_test_cases(self):
return _SKIP_COMPRESSION return _SKIP_COMPRESSION + _SKIP_DATA_FRAME_PADDING
def __str__(self): def __str__(self):
return 'javaokhttp' return 'javaokhttp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment