Skip to content

Commit a52d391

Browse files
committed
test(body): re-enable miri on a few channel tests
1 parent cd15469 commit a52d391

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/body/incoming.rs

-2
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ mod tests {
554554
}
555555

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

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

0 commit comments

Comments
 (0)