From c45343dd306e3b6293cdce81bc418916e9dd1872 Mon Sep 17 00:00:00 2001 From: Anatoly Yakovenko Date: Wed, 13 Jun 2018 14:10:08 -0700 Subject: [PATCH] comments --- src/ncp.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ncp.rs b/src/ncp.rs index 8810df1bc7..bf19f7c138 100644 --- a/src/ncp.rs +++ b/src/ncp.rs @@ -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();