comments
This commit is contained in:
committed by
Greg Fitzgerald
parent
b7f6603c1f
commit
c45343dd30
@ -66,6 +66,8 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
#[ignore]
|
||||||
// test that stage will exit when flag is set
|
// 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() {
|
fn test_exit() {
|
||||||
let exit = Arc::new(AtomicBool::new(false));
|
let exit = Arc::new(AtomicBool::new(false));
|
||||||
let tn = TestNode::new();
|
let tn = TestNode::new();
|
||||||
|
Reference in New Issue
Block a user