Skip to content

Commit 7b28444

Browse files
committed
feat: Implement trace context extraction and injection interceptors
1 parent 13b9524 commit 7b28444

File tree

1 file changed

+1
-1
lines changed
  • sdk-platform-java/gax-java/gax-grpc

1 file changed

+1
-1
lines changed

sdk-platform-java/gax-java/gax-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<artifactId>maven-surefire-plugin</artifactId>
163163
<configuration>
164164
<!-- These tests require an Env Var to be set. Use -PenvVarTest to ONLY run these tests -->
165-
<test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns,!InstantiatingGrpcChannelProviderTest#canUseDirectPath_directPathEnvVarNotSet_attemptDirectPathIsTrue,InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfigWrongCredential</test>
165+
<test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns,!InstantiatingGrpcChannelProviderTest#canUseDirectPath_directPathEnvVarNotSet_attemptDirectPathIsTrue,!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfigWrongCredential</test>
166166
<!-- <test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns</test> -->
167167
</configuration>
168168
</plugin>

0 commit comments

Comments
 (0)