8000 Disable `//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_… · bazel-contrib/rules_python@a364fca · GitHub
[go: up one dir, main page]

Skip to content

Commit a364fca

Browse files
authored
Disable `//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_… (#830)
1 parent 03dc137 commit a364fca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ all_targets: &all_targets
1212
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
1313
skip_use_bazel_version_for_test: true
1414
test_targets:
15+
- "--"
1516
- "..."
17+
# Disabled due to https://github.com/bazelbuild/rules_python/issues/827
18+
- "-//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_test"
1619
platforms:
1720
ubuntu1804:
1821
<<: *all_targets
@@ -37,4 +40,4 @@ platforms:
3740
# The dependencies needed for this test are not cross-platform: https://github.com/bazelbuild/rules_python/issues/260
3841
- "-//tests:pip_repository_entry_points_example"
3942
test_flags:
40-
- "--test_tag_filters=-fix-windows"
43+
- "--test_tag_filters=-fix-windows"

0 commit comments

Comments
 (0)
0