diff --git a/Cronet/tests/mts/jarjar_excludes.txt b/Cronet/tests/mts/jarjar_excludes.txt index d1d062a223..cf3a0170e3 100644 --- a/Cronet/tests/mts/jarjar_excludes.txt +++ b/Cronet/tests/mts/jarjar_excludes.txt @@ -8,4 +8,6 @@ org\.chromium\.base\..+ # Do not jarjar the tests and its utils as they also do JNI with cronet_tests.so org\.chromium\.net\..*Test.*(\$.+)? org\.chromium\.net\.NativeTestServer(\$.+)? -org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)? \ No newline at end of file +org\.chromium\.net\.MockUrlRequestJobFactory(\$.+)? +org\.chromium\.net\.QuicTestServer(\$.+)? +org\.chromium\.net\.MockCertVerifier(\$.+)? \ No newline at end of file