Skip to content

Commit 78f418f

Browse files
committed
Disable external_import_test
1 parent d96ebb8 commit 78f418f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/bzlmod/py_proto_library/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ py_test(
2020

2121
# Regression test for https://github.com/bazelbuild/rules_python/issues/2515
2222
#
23-
# This test failed before https://github.com/bazelbuild/rules_python/pull/2516
23+
# This test fails before protobuf 30.0 release
2424
# when ran with --legacy_external_runfiles=False (default in Bazel 8.0.0).
2525
native_test(
2626
name = "external_import_test",
2727
src = "@foo_external//:py_binary_with_proto",
28+
tags = ["manual"], # TODO: reenable when com_google_protobuf is upgraded
2829
# Incompatible with Windows: native_test wrapping a py_binary doesn't work
2930
# on Windows.
3031
target_compatible_with = select({

0 commit comments

Comments
 (0)