File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ all_targets: &all_targets
12
12
# We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests.
13
13
skip_use_bazel_version_for_test : true
14
14
test_targets :
15
+ - " --"
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"
16
19
platforms :
17
20
ubuntu1804 :
18
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 :
40
- - " --test_tag_filters=-fix-windows"
43
+ - " --test_tag_filters=-fix-windows"
You can’t perform that action at this time.
0 commit comments