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() {
76
76
77
77
/// Smoke test that forking workings with websockets
78
78
#[ tokio:: test( flavor = "multi_thread" ) ]
79
+ #[ ignore = "not supported by temp node" ]
79
80
async fn test_launch_fork_ws ( ) {
80
81
let rpc_url = foundry_test_utils:: rpc:: next_ws_archive_rpc_url ( ) ;
81
82
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!(
25
25
HTTP_ARCHIVE_DOMAINS ,
26
26
vec![
27
27
//
28
- "reth-ethereum .ithaca.xyz/rpc" ,
28
+ "eu-central-mainnet.rpc .ithaca.xyz/rpc" ,
29
29
] ,
30
30
) ;
31
31
shuffled_list ! (
32
32
HTTP_DOMAINS ,
33
33
vec![
34
34
//
35
- "reth-ethereum .ithaca.xyz/rpc" ,
35
+ "eu-central-mainnet.rpc .ithaca.xyz/rpc" ,
36
36
"reth-ethereum-full.ithaca.xyz/rpc" ,
37
37
] ,
38
38
) ;
39
39
shuffled_list ! (
40
40
WS_ARCHIVE_DOMAINS ,
41
41
vec![
42
42
//
43
- "reth-ethereum .ithaca.xyz/ws" ,
43
+ "eu-central-mainnet.rpc .ithaca.xyz/ws" ,
44
44
] ,
45
45
) ;
46
46
shuffled_list ! (
47
47
WS_DOMAINS ,
48
48
vec![
49
49
//
50
- "reth-ethereum .ithaca.xyz/ws" ,
50
+ "eu-central-mainnet.rpc .ithaca.xyz/ws" ,
51
51
"reth-ethereum-full.ithaca.xyz/ws" ,
52
52
] ,
53
53
) ;
You can’t perform that action at this time.
0 commit comments