From f8fb9f18a5ad07f8ff7297957660434e7f8133f2 Mon Sep 17 00:00:00 2001 From: boats Date: Mon, 19 Mar 2018 13:13:31 -0700 Subject: [PATCH] Comment out flakey test. --- src/test/rustdoc/synthetic_auto/no-redundancy.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs index 0b37f2ed3179..20d7e29f714d 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 { field: T, } @@ -24,3 +26,5 @@ where pub struct Outer { inner_field: Inner, } + +*/