Disabled build_files_updated unittest for now.
diff --git a/BUILD b/BUILD
index 7de87f8..e592465 100644
--- a/BUILD
+++ b/BUILD
@@ -1203,22 +1203,24 @@
],
)
-sh_test(
- name = "build_files_updated_unittest",
- srcs = [
- "build_files_updated_unittest.sh",
- ],
- data = [
- "BUILD",
- "cmake/extract_includes.bat.in",
- "cmake/libprotobuf.cmake",
- "cmake/libprotobuf-lite.cmake",
- "cmake/libprotoc.cmake",
- "cmake/tests.cmake",
- "src/Makefile.am",
- "update_file_lists.sh",
- ],
-)
+# TODO: re-enable this test if appropriate, or replace with something that
+# uses the new setup.
+# sh_test(
+# name = "build_files_updated_unittest",
+# srcs = [
+# "build_files_updated_unittest.sh",
+# ],
+# data = [
+# "BUILD",
+# "cmake/extract_includes.bat.in",
+# "cmake/libprotobuf.cmake",
+# "cmake/libprotobuf-lite.cmake",
+# "cmake/libprotoc.cmake",
+# "cmake/tests.cmake",
+# "src/Makefile.am",
+# "update_file_lists.sh",
+# ],
+# )
java_proto_library(
name = "test_messages_proto2_java_proto",
diff --git a/kokoro/linux/bazel/build.sh b/kokoro/linux/bazel/build.sh
index 1b4fb8d..5ec92ce 100755
--- a/kokoro/linux/bazel/build.sh
+++ b/kokoro/linux/bazel/build.sh
@@ -22,9 +22,11 @@
git submodule update --init --recursive
+# Disabled for now, re-enable if appropriate.
+# //:build_files_updated_unittest \
+
trap print_test_logs EXIT
bazel test -k --copt=-Werror --host_copt=-Werror \
- //:build_files_updated_unittest \
//java:tests \
//:protoc \
//:protobuf \