Skip to content

Commit

Permalink
test(body): re-enable miri on a few channel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 22, 2024
1 parent cd15469 commit a52d391
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/body/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ mod tests {
}

#[test]
#[cfg(not(miri))] // TODO issue #3015
fn channel_wanter() {
let (mut tx, mut rx) =
Incoming::new_channel(DecodedLength::CHUNKED, /*wanter = */ true);
Expand All @@ -577,7 +576,6 @@ mod tests {
}

#[test]
#[cfg(not(miri))] // TODO issue #3015
fn channel_notices_closure() {
let (mut tx, rx) = Incoming::new_channel(DecodedLength::CHUNKED, /*wanter = */ true);

Expand Down

0 comments on commit a52d391

Please sign in to comment.