Skip to content

Commit

Permalink
added back accidental removed ignore annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkuo committed Dec 8, 2021
1 parent 57baf3a commit f878477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastpay/tests/readme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")?);
Expand Down

0 comments on commit f878477

Please sign in to comment.