summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-10-24 14:45:13 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-25 08:18:55 +0100
commit9dd807344c55751654174f4685ea1b8dc957b3f2 (patch)
treeb073eb659917b47a9ad584c89b4f75515b08eef9 /tests
parent2ecebf8ff2fa167efb0dce4e1ff692acde0d4a66 (diff)
Ignore 'all_themes_are_present' unit test by default
Diffstat (limited to 'tests')
-rw-r--r--tests/assets.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/assets.rs b/tests/assets.rs
index ff61850b..55b5399e 100644
--- a/tests/assets.rs
+++ b/tests/assets.rs
@@ -1,7 +1,9 @@
use bat::assets::HighlightingAssets;
/// This test ensures that we are not accidentally removing themes due to submodule updates.
+/// It is 'ignore'd by default because it requires themes.bin to be up-to-date.
#[test]
+#[ignore]
fn all_themes_are_present() {
let assets = HighlightingAssets::from_binary();