diff options
Diffstat (limited to 'crates/shirabe/tests/repository')
| -rw-r--r-- | crates/shirabe/tests/repository/array_repository_test.rs | 1 | ||||
| -rw-r--r-- | crates/shirabe/tests/repository/filesystem_repository_test.rs | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/crates/shirabe/tests/repository/array_repository_test.rs b/crates/shirabe/tests/repository/array_repository_test.rs index ae6725d0..069e9113 100644 --- a/crates/shirabe/tests/repository/array_repository_test.rs +++ b/crates/shirabe/tests/repository/array_repository_test.rs @@ -99,7 +99,6 @@ fn test_find_packages() { } #[test] -#[ignore] fn test_automatically_add_aliased_package_but_not_remove() { let repo = ArrayRepository::new(vec![]).unwrap(); diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs index b0d18c68..f2cdb670 100644 --- a/crates/shirabe/tests/repository/filesystem_repository_test.rs +++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs @@ -51,7 +51,7 @@ fn test_repository_read() { assert_eq!(packages[0].get_type(), "vendor"); } -#[ignore] +#[ignore = "InvalidRepositoryException message building calls shirabe_php_shim::var::get_class_err(), which is still todo!()"] #[test] fn test_corrupted_repository_file() { // PHP mocks read() to return the scalar string 'foo'; a real file containing the JSON string @@ -327,7 +327,7 @@ fn test_repository_writes_installed_php() { assert_eq!(expected, actual); } -#[ignore] +#[ignore = "safely_load_installed_versions's pattern uses a PCRE (?(DEFINE)...) recursive grammar the regex crate cannot compile"] #[test] fn test_safely_load_installed_versions() { let fixtures_dir = format!( |
