diff --git a/.bazelci/examples.yml b/.bazelci/examples.yml index 5b142a3ab..fa65c629d 100644 --- a/.bazelci/examples.yml +++ b/.bazelci/examples.yml @@ -161,5 +161,7 @@ tasks: name: "Protobuf Java example" platform: windows working_directory: examples/protobuf-java - test_targets: + # //src/test:diff_json_test / diff_test does not ignore line endings + # correctly on Windows. + build_targets: - "//..."