diff options
| author | boats <boats@mozilla.com> | 2018-03-19 15:34:11 -0700 |
|---|---|---|
| committer | boats <boats@mozilla.com> | 2018-03-19 15:34:11 -0700 |
| commit | c68885bd053fcff3f1698932716bec2e09371331 (patch) | |
| tree | ed3d486e23e3a0ca0df2c466f5cf7080904f55a7 | |
| parent | e4d0d666b53264b0f23c3c62aaf7ae1b7e2e3007 (diff) | |
| download | rust-c68885bd053fcff3f1698932716bec2e09371331.tar.gz rust-c68885bd053fcff3f1698932716bec2e09371331.zip | |
Comment out entire test.
| -rw-r--r-- | src/test/rustdoc/synthetic_auto/no-redundancy.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs index aabe7ae1d4d..5ccee7811d2 100644 --- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs +++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore +/* This test is flakey. Commented it out until #49123 is fixed pub struct Inner<T> { field: T, @@ -26,3 +26,5 @@ where pub struct Outer<T> { inner_field: Inner<T>, } + +*/ |
