Comment out entire test.

This commit is contained in:
boats 2018-03-19 15:34:11 -07:00
parent e4d0d666b5
commit c68885bd05
No known key found for this signature in database
GPG Key ID: 92537B21110A684B

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
// ignore /* This test is flakey. Commented it out until #49123 is fixed
pub struct Inner<T> { pub struct Inner<T> {
field: T, field: T,
@ -26,3 +26,5 @@ where
pub struct Outer<T> { pub struct Outer<T> {
inner_field: Inner<T>, inner_field: Inner<T>,
} }
*/