File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
graph/src/components/link_resolver Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ) ]
You can’t perform that action at this time.
0 commit comments