Commit 20eed1e8 authored by gabi-250's avatar gabi-250 🤸
Browse files

proto: Enable the relay exit stream test

This passes now that we can build a `DataStream` without a
`ClientDataStreamCtrl`.
parent 4b9b2acc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -786,7 +786,6 @@ pub(crate) mod test {

    #[traced_test]
    #[test]
    #[ignore] // TODO(relay): Sad trombone, this is not yet supported
    fn data_stream() {
        tor_rtmock::MockRuntime::test_with_various(|rt| async move {
            const TO_SEND: &[u8] = b"The bells were musical in the silvery sun";