Skip to content

Commit 1c7a30a

Browse files
authored
fix: enable IPC tests on Windows (#12282)
Update ipc.rs
1 parent 17bbb40 commit 1c7a30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/anvil/tests/it/ipc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ fn ipc_config() -> (Option<TempDir>, NodeConfig) {
2323
}
2424

2525
#[tokio::test(flavor = "multi_thread")]
26-
#[cfg_attr(windows, ignore = "TODO")]
2726
async fn can_get_block_number_ipc() {
2827
init_tracing();
2928

@@ -40,7 +39,6 @@ async fn can_get_block_number_ipc() {
4039
}
4140

4241
#[tokio::test(flavor = "multi_thread")]
43-
#[cfg_attr(windows, ignore = "TODO")]
4442
async fn test_sub_new_heads_ipc() {
4543
init_tracing();
4644

0 commit comments

Comments
 (0)