Skip to content

Commit e458802

Browse files
ci: Fix directpath job failure
1 parent 32b2373 commit e458802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ integration)
105105
RETURN_CODE=$?
106106
;;
107107
integration-directpath-enabled)
108-
mvn -B ${INTEGRATION_TEST_ARGS} \
108+
mvn -X -B ${INTEGRATION_TEST_ARGS} \
109109
-ntp \
110110
-Penable-integration-tests \
111111
-Djava.net.preferIPv4Stack=true \

0 commit comments

Comments
 (0)