File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ note: 0 dependencies had future-incompatible warnings
89
89
}
90
90
91
91
#[ cargo_test]
92
+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
92
93
fn test_single_crate ( ) {
93
94
if !is_nightly ( ) {
94
95
return ;
@@ -114,6 +115,7 @@ fn test_single_crate() {
114
115
}
115
116
116
117
#[ cargo_test]
118
+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
117
119
fn test_multi_crate ( ) {
118
120
if !is_nightly ( ) {
119
121
return ;
@@ -221,6 +223,7 @@ fn test_multi_crate() {
221
223
}
222
224
223
225
#[ cargo_test]
226
+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
224
227
fn color ( ) {
225
228
if !is_nightly ( ) {
226
229
return ;
@@ -245,6 +248,7 @@ fn color() {
245
248
}
246
249
247
250
#[ cargo_test]
251
+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
248
252
fn bad_ids ( ) {
249
253
if !is_nightly ( ) {
250
254
return ;
@@ -281,6 +285,7 @@ Available IDs are: 1
281
285
}
282
286
283
287
#[ cargo_test]
288
+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
284
289
fn suggestions_for_updates ( ) {
285
290
if !is_nightly ( ) {
286
291
return ;
You can’t perform that action at this time.
0 commit comments