Skip to content

Commit 89c00b2

Browse files
committed
specify skipped tests
1 parent 678b77d commit 89c00b2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.kokoro/presubmit/logging-graalvm-native-presubmit.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ env_vars: {
3232
value: "java-it-service-account"
3333
}
3434

35+
env_vars: {
36+
key: "INTEGRATION_TEST_ARGS"
37+
value: "-Dit.test=!ITBigQueryWrite*RetryTest"
38+
}
39+
3540
env_vars: {
3641
key: "BUILD_SUBDIR"
3742
value: "java-bigquerystorage"

.kokoro/presubmit/logging-integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)