test(lesavka): remove superseded camera send race

This commit is contained in:
Brad Stein 2026-05-19 00:11:44 -03:00
parent df9c17c113
commit 84cfc77839

View File

@ -168,15 +168,6 @@ mod server_upstream_media_video {
.await .await
.expect("second camera stream supersedes first"); .expect("second camera stream supersedes first");
first_tx
.send(VideoPacket {
id: 2,
pts: 99,
data: vec![0, 0, 0, 1, 0x65],
..Default::default()
})
.await
.expect("send packet to first stream");
drop(first_tx); drop(first_tx);
let ack = tokio::time::timeout( let ack = tokio::time::timeout(