appender: temporarily ignore flaky test (#752)

See #751.

This is a temporary stop-gap solution until we get a better
understanding of what's going on here. I don't want it to block
unrelated changes to other crates in the meantime.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman 2020-06-15 08:48:44 -07:00 committed by GitHub
parent 4c26651fe6
commit 7716935ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,6 +341,7 @@ mod test {
}
#[test]
#[ignore] // flaky, see https://github.com/tokio-rs/tracing/issues/751
fn logs_dropped_if_lossy() {
let (mock_writer, rx) = MockWriter::new(1);