File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 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
8989}
9090
9191#[ cargo_test]
92+ #[ ignore] // Waiting on https://github.com/rust-lang/rust/pull/86478
9293fn 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
117119fn 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
224227fn 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
248252fn 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
284289fn suggestions_for_updates ( ) {
285290 if !is_nightly ( ) {
286291 return ;
You can’t perform that action at this time.
0 commit comments