Don't run validator-manager tests in debug

This commit is contained in:
Paul Hauner
2022-08-25 09:13:43 +10:00
parent 328a450b2f
commit 40b1619317
3 changed files with 6 additions and 0 deletions

View File

@@ -529,6 +529,8 @@ pub fn backup_validator<P: AsRef<Path>>(
)
}
// The tests use crypto and are too slow in debug.
#[cfg(not(debug_assertions))]
#[cfg(test)]
mod test {
use super::*;