Skip to content

Commit aeaf81d

Browse files
committed
core, graph: Ignore arweave tests
1 parent bfa1e70 commit aeaf81d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/src/polling_monitor/ipfs_service.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ mod test {
153153
assert_eq!(content.to_vec(), random_bytes);
154154
}
155155

156+
// Ignored because arweave.net is unreliable right now
156157
#[graph::test]
158+
#[ignore]
157159
async fn arweave_get() {
158160
const ID: &str = "8APeQ5lW0-csTcBaGdPBDLAL2ci2AT9pTn2tppGPU_8";
159161

graph/src/components/link_resolver/arweave.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ mod test {
154154
// the actual data seems to have some binary header and footer so these ranges were found
155155
// by inspecting the data with hexdump.
156156
#[crate::test]
157+
// Ignored because arweave.net is unreliable right now
158+
#[ignore]
157159
async fn fetch_bundler_url() {
158160
let url = Base64::from("Rtdn3QWEzM88MPC2dpWyV5waO7Vuz3VwPl_usS2WoHM/DriveManifest.json");
159161
#[derive(Deserialize, Debug, PartialEq)]

0 commit comments

Comments
 (0)