File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ async fn test_launch_fork() {
7676
7777/// Smoke test that forking workings with websockets
7878#[ tokio:: test( flavor = "multi_thread" ) ]
79+ #[ ignore = "not supported by temp node" ]
7980async fn test_launch_fork_ws ( ) {
8081 let rpc_url = foundry_test_utils:: rpc:: next_ws_archive_rpc_url ( ) ;
8182 let runner = TEST_DATA_DEFAULT . forked_runner ( & rpc_url) . await ;
Original file line number Diff line number Diff line change @@ -25,29 +25,29 @@ shuffled_list!(
2525 HTTP_ARCHIVE_DOMAINS ,
2626 vec![
2727 //
28- "reth-ethereum .ithaca.xyz/rpc" ,
28+ "eu-central-mainnet.rpc .ithaca.xyz/rpc" ,
2929 ] ,
3030) ;
3131shuffled_list ! (
3232 HTTP_DOMAINS ,
3333 vec![
3434 //
35- "reth-ethereum .ithaca.xyz/rpc" ,
35+ "eu-central-mainnet.rpc .ithaca.xyz/rpc" ,
3636 "reth-ethereum-full.ithaca.xyz/rpc" ,
3737 ] ,
3838) ;
3939shuffled_list ! (
4040 WS_ARCHIVE_DOMAINS ,
4141 vec![
4242 //
43- "reth-ethereum .ithaca.xyz/ws" ,
43+ "eu-central-mainnet.rpc .ithaca.xyz/ws" ,
4444 ] ,
4545) ;
4646shuffled_list ! (
4747 WS_DOMAINS ,
4848 vec![
4949 //
50- "reth-ethereum .ithaca.xyz/ws" ,
50+ "eu-central-mainnet.rpc .ithaca.xyz/ws" ,
5151 "reth-ethereum-full.ithaca.xyz/ws" ,
5252 ] ,
5353) ;
You can’t perform that action at this time.
0 commit comments