summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-12-04 22:08:03 +0000
committerDan Davison <dandavison7@gmail.com>2020-12-04 22:20:02 +0000
commit970555b68a89886a3ef06ac8b38c6594ed383135 (patch)
tree98037c1af739c5e00a3728d5df7ce6b2780ee96d
parentff4182c2fbff194604acfc9b7abece194d92c103 (diff)
Disable test
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index cae7e696..d6a39a55 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -428,6 +428,7 @@ mod main_tests {
}
#[test]
+ #[ignore] // Not working (timing out) when run by tarpaulin, presumably due to stdin detection.
fn test_show_syntax_themes() {
let opt = integration_test_utils::make_options_from_args(&[]);