Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tpu-client-next/tests/connection_workers_scheduler_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ async fn test_update_identity() {
// Test that connection close events are detected immediately via
// connection.closed() monitoring, not only when send operations fail.
#[tokio::test]
#[ignore = "Enable after we introduce TaskTracker to streamer."]
async fn test_proactive_connection_close_detection() {
let SpawnTestServerResult {
join_handle: server_handle,
Expand Down
Loading