fix coverage build

This commit is contained in:
Anatoly Yakovenko 2018-06-13 13:26:05 -07:00 committed by Greg Fitzgerald
parent 2d3b052dea
commit b7f6603c1f
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ mod tests {
use std::sync::{Arc, RwLock};
#[test]
#[ignore]
// test that stage will exit when flag is set
fn test_exit() {
let exit = Arc::new(AtomicBool::new(false));