Skip to content

Commit

Permalink
Ignore animal sniffer errors via annotation in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kannanjgithub committed Jan 22, 2025
1 parent 73bb42f commit 2af1cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okhttp/src/test/java/io/grpc/okhttp/TlsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

/** Verify OkHttp's TLS integration. */
@RunWith(JUnit4.class)
@IgnoreJRERequirement
public class TlsTest {
@Rule
public final GrpcCleanupRule grpcCleanupRule = new GrpcCleanupRule();
Expand Down

0 comments on commit 2af1cca

Please sign in to comment.