We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480b73 commit 35b957eCopy full SHA for 35b957e
process/tests/fuser/mod.rs
@@ -198,6 +198,7 @@ async fn start_tcp_server() -> TcpListener {
198
/// **Assertions:**
199
/// - Verifies that the output of `fuser` matches the manual execution for TCP sockets.
200
#[tokio::test]
201
+#[ignore]
202
#[cfg(target_os = "linux")]
203
async fn test_fuser_tcp() {
204
let _server = start_tcp_server().await;
@@ -225,6 +226,7 @@ async fn start_udp_server() -> UdpSocket {
225
226
227
/// - Verifies that the output of `fuser` matches the manual execution for UDP sockets.
228
229
230
231
async fn test_fuser_udp() {
232
let _server = start_udp_server().await;
0 commit comments