aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository/installed_repository_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository/installed_repository_test.rs')
-rw-r--r--crates/shirabe/tests/repository/installed_repository_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/installed_repository_test.rs b/crates/shirabe/tests/repository/installed_repository_test.rs
index b2c88a6..6720260 100644
--- a/crates/shirabe/tests/repository/installed_repository_test.rs
+++ b/crates/shirabe/tests/repository/installed_repository_test.rs
@@ -34,7 +34,7 @@ fn provided_link() -> PhpMixed {
}
#[test]
-#[ignore = "InstalledRepository::add_repository asserts on a fixed set of repo types that omits InstalledRepositoryInterface, so adding an InstalledArrayRepository panics"]
+#[ignore]
fn test_find_packages_with_replacers_and_providers() {
let foo = loaded("foo", "1", vec![("replace", provided_link())]);
let foo2 = get_package("foo", "2");