We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dc137 commit a364fcaCopy full SHA for a364fca
1 file changed
.bazelci/presubmit.yml
@@ -12,7 +12,10 @@ all_targets: &all_targets
12
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
13
skip_use_bazel_version_for_test: true
14
test_targets:
15
+ - "--"
16
- "..."
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"
19
platforms:
20
ubuntu1804:
21
<<: *all_targets
@@ -37,4 +40,4 @@ platforms:
37
40
# The dependencies needed for this test are not cross-platform: https://github.com/bazelbuild/rules_python/issues/260
38
41
- "-//tests:pip_repository_entry_points_example"
39
42
test_flags:
- - "--test_tag_filters=-fix-windows"
43
+ - "--test_tag_filters=-fix-windows"
0 commit comments