+++ /dev/null
-diff --git a/coloredlogs/tests.py b/coloredlogs/tests.py
-index 38f2d97..8d1ae36 100644
---- a/coloredlogs/tests.py
-+++ b/coloredlogs/tests.py
-@@ -503,12 +503,6 @@ class ColoredLogsTestCase(TestCase):
- for name in 'debug', 'info', 'warning', 'error', 'critical':
- assert name.upper() in output
-
-- def test_cli_conversion(self):
-- """Test the command line HTML conversion."""
-- output = main('coloredlogs', '--convert', 'coloredlogs', '--demo', capture=True)
-- # Make sure the output is encoded as HTML.
-- assert '<span' in output
--
- def test_empty_conversion(self):
- """
- Test that conversion of empty output produces no HTML.