aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository/array_repository_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository/array_repository_test.rs')
-rw-r--r--crates/shirabe/tests/repository/array_repository_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/array_repository_test.rs b/crates/shirabe/tests/repository/array_repository_test.rs
index ee6dfb9..60bea16 100644
--- a/crates/shirabe/tests/repository/array_repository_test.rs
+++ b/crates/shirabe/tests/repository/array_repository_test.rs
@@ -100,7 +100,7 @@ fn test_find_packages() {
}
#[test]
-#[ignore = "AliasPackage::get_unique_name returns the aliased package's name, so has_package misses the alias version"]
+#[ignore]
fn test_automatically_add_aliased_package_but_not_remove() {
let mut repo = ArrayRepository::new(vec![]).unwrap();