Skip to content

Commit cbed3e6

Browse files
committed
chore(gax-grpc): revert surefire plugin configuration in pom.xml
1 parent 368a927 commit cbed3e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • sdk-platform-java/gax-java/gax-grpc

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-surefire-plugin</artifactId>
145+
<configuration>
146+
<!-- These tests require an Env Var to be set. Use -PenvVarTest to ONLY run these tests -->
147+
<test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns,!InstantiatingGrpcChannelProviderTest#canUseDirectPath_directPathEnvVarNotSet_attemptDirectPathIsTrue,InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfigWrongCredential</test>
148+
<!-- <test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns</test> -->
149+
</configuration>
145150
</plugin>
146151
</plugins>
147152
</build>

0 commit comments

Comments
 (0)