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
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"
1619platforms :
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"
You can’t perform that action at this time.
0 commit comments