aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests')
-rw-r--r--crates/shirabe/tests/platform/version_test.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/shirabe/tests/platform/version_test.rs b/crates/shirabe/tests/platform/version_test.rs
index 009b0a7..49fc34a 100644
--- a/crates/shirabe/tests/platform/version_test.rs
+++ b/crates/shirabe/tests/platform/version_test.rs
@@ -57,7 +57,6 @@ fn provide_openssl_versions() -> Vec<(&'static str, &'static str, bool, Option<&
}
#[test]
-#[ignore]
fn test_parse_openssl_versions() {
for (input, parsed_version, fips_expected, normalized_version) in provide_openssl_versions() {
let mut is_fips = false;
@@ -76,7 +75,6 @@ fn test_parse_openssl_versions() {
}
#[test]
-#[ignore]
fn test_parse_libjpeg_version() {
let cases = [
("9", "9.0"),
@@ -95,7 +93,6 @@ fn test_parse_libjpeg_version() {
}
#[test]
-#[ignore]
fn test_parse_zoneinfo_version() {
let cases = [
("2019c", "2019.3"),