Skip to content

Commit 36f755e

Browse files
committed
properly disable grpc
1 parent b03881f commit 36f755e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm-agent-plugins/apm-grpc/apm-grpc-plugin/src/test/java/co/elastic/apm/agent/grpc/AbstractGrpcClientInstrumentationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
import co.elastic.apm.agent.grpc.testapp.GrpcAppProvider;
3030
import co.elastic.apm.agent.impl.transaction.Span;
3131
import co.elastic.apm.agent.impl.transaction.Transaction;
32-
import org.junit.Ignore;
3332
import org.junit.jupiter.api.AfterEach;
3433
import org.junit.jupiter.api.BeforeEach;
34+
import org.junit.jupiter.api.Disabled;
3535
import org.junit.jupiter.api.Test;
3636
import org.junit.jupiter.params.ParameterizedTest;
3737
import org.junit.jupiter.params.provider.ValueSource;
@@ -164,7 +164,7 @@ void clientStreamingCallShouldBeIgnored() {
164164
}
165165

166166
@Test
167-
@Ignore // disabled for now as it's flaky on CI
167+
@Disabled // disabled for now as it's flaky on CI
168168
void serverStreamingCallShouldBeIgnored() {
169169
String s = app.sayHelloServerStreaming("alice", 5);
170170
assertThat(s)

0 commit comments

Comments
 (0)