File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,18 @@ single_rust_channel_targets: &single_rust_channel_targets
2626 - " -//test/unit/channel_transitions/..."
2727 - " -//test/unpretty/..."
2828single_rust_channel_min_version_targets : &single_rust_channel_min_version_targets
29- << : *single_rust_channel_targets
29+ # START - Copied from 'single_rust_channel_targets'.
30+ # TODO: Figure out how to do proper list inheritence.
31+ - " --"
32+ - " //..."
33+ # TODO: Remove this and replace `cargo_bootstrap_repository` with a
34+ # http_archive for a release: https://github.com/cross-rs/cross/issues/1356
35+ - " -//crate_universe/tools/cross_installer/..."
36+ # These tests are expected to fail as they require both a nightly and stable toolchain.
37+ - " -//test/unit/channel_transitions/..."
38+ - " -//test/unpretty/..."
39+ # END - Copied from 'single_rust_channel_targets'.
40+ #
3041 # These tests exercise behavior only available versions of Rust >1.80
3142 - " -//tests/unit/lint_flags/..."
3243default_linux_targets : &default_linux_targets
You can’t perform that action at this time.
0 commit comments