Skip to content

Commit 29939f9

Browse files
committed
debug
1 parent 847c5de commit 29939f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ case ${JOB_TYPE} in
4545
pushd "${BUILD_SUBDIR}"
4646
fi
4747
echo "SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT}"
48-
retry_with_backoff 3 10 \
48+
# retry_with_backoff 3 10 \
4949
mvn install \
5050
-B -ntp \
5151
-Dorg.slf4j.simpleLogger.showDateTime=true \

google-cloud-jar-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
<dependency>
141141
<groupId>javax.annotation</groupId>
142142
<artifactId>javax.annotation-api</artifactId>
143+
<version>1.3.2</version>
143144
<scope>provided</scope>
144145
</dependency>
145146
</dependencies>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@
144144
<artifactId>maven-surefire-plugin</artifactId>
145145
<configuration>
146146
<!-- These tests require an Env Var to be set. Use -PenvVarTest to ONLY run these tests -->
147-
<test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns</test>
147+
<test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns,!InstantiatingGrpcChannelProviderTest#canUseDirectPath_directPathEnvVarNotSet_attemptDirectPathIsTrue,InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfigWrongCredential</test>
148+
<!-- <test>!InstantiatingGrpcChannelProviderTest#testLogDirectPathMisconfig_AttemptDirectPathNotSetAndAttemptDirectPathXdsSetViaEnv_warns</test> -->
148149
</configuration>
149150
</plugin>
150151
</plugins>

0 commit comments

Comments
 (0)