test: run should_get_theme_parents only with local_tests feature

This commit is contained in:
Michael Aaron Murphy 2025-11-24 21:52:07 +01:00
parent 689c60d428
commit 062ec71b1a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -125,6 +125,7 @@ mod test {
use speculoos::prelude::*;
#[test]
#[cfg(feature = "local_tests")]
fn should_get_theme_parents() {
for theme in THEMES.get("Arc").unwrap() {
let file = crate::theme::read_ini_theme(&theme.index).ok().unwrap();