We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fe0a7 commit 0b511d2Copy full SHA for 0b511d2
crates/l2geth/src/rpc_client.rs
@@ -203,7 +203,7 @@ mod tests {
203
}
204
205
#[test]
206
- // #[ignore = "Requires L2GETH_ENDPOINT environment variable"]
+ #[ignore = "Requires L2GETH_ENDPOINT environment variable"]
207
fn test_try_fetch_block_witness() {
208
let config = create_config_from_env();
209
let client_core = RpcClientCore::create(&config).expect("Failed to create RPC client");
0 commit comments