We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0300da commit be79d64Copy full SHA for be79d64
crates/data/src/data_channel/data_channel_test.rs
@@ -408,6 +408,8 @@ async fn test_data_channel_channel_type_partial_reliable_timed_unordered() -> Re
408
pr_ordered_unordered_test(ChannelType::PartialReliableTimedUnordered, false).await
409
}
410
411
+//TODO: remove this conditional test
412
+#[cfg(not(target_os = "macos"))]
413
#[tokio::test]
414
async fn test_data_channel_buffered_amount() -> Result<()> {
415
let sbuf = vec![0u8; 1000];
@@ -512,6 +514,8 @@ async fn test_data_channel_buffered_amount() -> Result<()> {
512
514
Ok(())
513
515
516
517
518
519
520
async fn test_stats() -> Result<()> {
521
0 commit comments