From f87847729a03dc7cbaf7ec5eb8c0b54891abd882 Mon Sep 17 00:00:00 2001 From: patrick Date: Mon, 6 Dec 2021 13:57:33 +0000 Subject: [PATCH] added back accidental removed ignore annotation --- fastpay/tests/readme.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/fastpay/tests/readme.rs b/fastpay/tests/readme.rs index dd823037d7060..0ff56c9b9e87b 100644 --- a/fastpay/tests/readme.rs +++ b/fastpay/tests/readme.rs @@ -5,6 +5,7 @@ use std::{io::Write, process::Command}; use tempfile::tempdir; #[test] +#[ignore] fn test_examples_in_readme() -> std::io::Result<()> { let dir = tempdir().unwrap(); let file = std::io::BufReader::new(std::fs::File::open("../README.md")?);