File tree Expand file tree Collapse file tree
interop-testing/src/main/java/io/grpc/testing/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585import java .util .concurrent .TimeUnit ;
8686import java .util .concurrent .atomic .AtomicReference ;
8787import javax .annotation .Nullable ;
88+ import org .codehaus .mojo .animal_sniffer .IgnoreJRERequirement ;
8889
8990/**
9091 * Application that starts a client for the {@link TestServiceGrpc.TestServiceImplBase} and runs
@@ -316,6 +317,7 @@ void parseArgs(String[] args) throws Exception {
316317 }
317318
318319 @ VisibleForTesting
320+ @ IgnoreJRERequirement
319321 void setUp () {
320322 if (enableOpentelemetry ) {
321323 AutoConfiguredOpenTelemetrySdk autoSdk = AutoConfiguredOpenTelemetrySdk .builder ()
Original file line number Diff line number Diff line change 4545import java .util .concurrent .Executors ;
4646import java .util .concurrent .ScheduledExecutorService ;
4747import java .util .concurrent .TimeUnit ;
48+ import org .codehaus .mojo .animal_sniffer .IgnoreJRERequirement ;
4849
4950/** Server that manages startup/shutdown of a single {@code TestService}. */
5051public class TestServiceServer {
@@ -165,6 +166,7 @@ void parseArgs(String[] args) {
165166
166167 @ SuppressWarnings ("AddressSelection" )
167168 @ VisibleForTesting
169+ @ IgnoreJRERequirement
168170 void start () throws Exception {
169171 try {
170172 if (enableOpentelemetry ) {
You can’t perform that action at this time.
0 commit comments