about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorboats <boats@mozilla.com>2018-03-19 13:13:31 -0700
committerboats <boats@mozilla.com>2018-03-19 13:13:31 -0700
commitf8fb9f18a5ad07f8ff7297957660434e7f8133f2 (patch)
tree96ddf671a2edc3d51bad25de7dab0cdb487b1187 /src/test/rustdoc
parent2797aaca77fe5c454f3a3ada84b06912b2f74b9f (diff)
downloadrust-f8fb9f18a5ad07f8ff7297957660434e7f8133f2.tar.gz
rust-f8fb9f18a5ad07f8ff7297957660434e7f8133f2.zip
Comment out flakey test.
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/synthetic_auto/no-redundancy.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs
index 0b37f2ed317..20d7e29f714 100644
--- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs
+++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+/* This test is flakey, so it has been commented out.
+
 pub struct Inner<T> {
     field: T,
 }
@@ -24,3 +26,5 @@ where
 pub struct Outer<T> {
     inner_field: Inner<T>,
 }
+
+*/