Skip to content

Commit

Permalink
append to previous commit, same ipc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Apr 25, 2024
1 parent ef2e909 commit 61bec81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/anvil/tests/it/ipc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ fn ipc_config() -> NodeConfig {
NodeConfig::test().with_ipc(Some(Some(rand_ipc_endpoint())))
}

// TODO: throws: `Transport(Custom(Os { code: 2, kind: NotFound, message: "The system cannot find
// the file specified." }))` on Windows
#[tokio::test(flavor = "multi_thread")]
#[cfg_attr(target_os = "windows", ignore)]
async fn can_get_block_number_ipc() {
let (api, handle) = spawn(ipc_config()).await;

Expand Down

0 comments on commit 61bec81

Please sign in to comment.