Skip to content

Commit

Permalink
Update comms/dht/src/dht.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Stan Bondi <[email protected]>
  • Loading branch information
hansieodendaal and sdbondi authored Mar 5, 2020
1 parent 5664362 commit b95b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comms/dht/src/dht.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod test {
assert_eq!(msg, b"secret");
}

// TODO: Include this test in Windows when Tokio stack overflow issue is fixed
// FIXME: This test is excluded for Windows builds due to an unresolved stack overflow issue (#1416)
#[cfg(not(windows))]
#[tokio_macros::test_basic]
async fn stack_forward() {
Expand Down

0 comments on commit b95b848

Please sign in to comment.