Skip to content

Commit

Permalink
Disable drop_write test
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Nov 6, 2023
1 parent b9ddbaf commit a3d6606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/tests/tcp_into_split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ async fn reunite() -> Result<()> {
}

/// Test that dropping the write half actually closes the stream.
#[cfg(not(target_env = "sgx"))] // shutdown is ineffective in SGX
#[tokio::test]
async fn drop_write() -> Result<()> {
const MSG: &[u8] = b"split";
Expand Down

0 comments on commit a3d6606

Please sign in to comment.