From a74ee45f6e4547aa5c312196c7db18716e128953 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 11 Nov 2024 02:13:58 +0100 Subject: [PATCH] `nodeinfo`: Add ignored test for hollo --- acrate-nodeinfo/tests/discover_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/acrate-nodeinfo/tests/discover_test.rs b/acrate-nodeinfo/tests/discover_test.rs index 780b1f1..a8775a5 100644 --- a/acrate-nodeinfo/tests/discover_test.rs +++ b/acrate-nodeinfo/tests/discover_test.rs @@ -67,3 +67,5 @@ test!(bridgyfed, "https://fed.brid.gy", ignore = "Returns application/jrd+json") test!(threads, "https://threads.net", ignore = "Not implemented on their end"); test!(snac, "https://ngoa.giao.loan", ignore = "Does not support host-meta"); + +test!(hollo, "https://hollo.social", ignore = "Returns application/jrd+json, does not support host-meta");