Blob Blame History Raw
From dcfeed4fc1b13bd13dd93b845f33fb776f85d965 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Fri, 12 Apr 2024 22:06:22 +0200
Subject: [PATCH] drop one test that depends on ansi-to-html

---
 tests/cli.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/cli.rs b/tests/cli.rs
index 6bf78cc..f01808e 100644
--- a/tests/cli.rs
+++ b/tests/cli.rs
@@ -180,6 +180,7 @@ mod cli {
         "###);
     }
 
+    /*
     // NOTE: styled terminal output is platform dependent, so convert to a
     // common format, in this case HTML, to check
     #[test]
@@ -194,6 +195,7 @@ mod cli {
           <b>^^^^</b>
         "###);
     }
+    */
 
     #[test]
     fn limit_replacements_file() -> Result<()> {
-- 
2.44.0