Skip to content

Commit d6384de

Browse files
committed
Auto merge of #9638 - ehuss:ignore-future_incompat, r=alexcrichton
Temporarily disable future_incompat tests. The `array_into_iter` lint is no longer future-breaking (via rust-lang/rust#86330), so these tests won't work anymore. This disables the tests until rust-lang/rust#86478 is merged to provide a way to start testing again.
2 parents 3691752 + e7df0d1 commit d6384de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/testsuite/future_incompat_report.rs

+5
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ note: 0 dependencies had future-incompatible warnings
8989
}
9090

9191
#[cargo_test]
92+
#[ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
9293
fn test_single_crate() {
9394
if !is_nightly() {
9495
return;
@@ -114,6 +115,7 @@ fn test_single_crate() {
114115
}
115116

116117
#[cargo_test]
118+
#[ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
117119
fn test_multi_crate() {
118120
if !is_nightly() {
119121
return;
@@ -221,6 +223,7 @@ fn test_multi_crate() {
221223
}
222224

223225
#[cargo_test]
226+
#[ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
224227
fn color() {
225228
if !is_nightly() {
226229
return;
@@ -245,6 +248,7 @@ fn color() {
245248
}
246249

247250
#[cargo_test]
251+
#[ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
248252
fn bad_ids() {
249253
if !is_nightly() {
250254
return;
@@ -281,6 +285,7 @@ Available IDs are: 1
281285
}
282286

283287
#[cargo_test]
288+
#[ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
284289
fn suggestions_for_updates() {
285290
if !is_nightly() {
286291
return;

0 commit comments

Comments
 (0)