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

View File

@ -66,6 +66,8 @@ mod tests {
#[test]
#[ignore]
// test that stage will exit when flag is set
// TODO: Troubleshoot Docker-based coverage build and re-enabled
// this test. It is probably failing due to too many threads.
fn test_exit() {
let exit = Arc::new(AtomicBool::new(false));
let tn = TestNode::new();