Skip to content

Commit 35b957e

Browse files
committed
process/tests/fuser: ignore broken tests, temporarily
See #240 and #246
1 parent 1480b73 commit 35b957e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

process/tests/fuser/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ async fn start_tcp_server() -> TcpListener {
198198
/// **Assertions:**
199199
/// - Verifies that the output of `fuser` matches the manual execution for TCP sockets.
200200
#[tokio::test]
201+
#[ignore]
201202
#[cfg(target_os = "linux")]
202203
async fn test_fuser_tcp() {
203204
let _server = start_tcp_server().await;
@@ -225,6 +226,7 @@ async fn start_udp_server() -> UdpSocket {
225226
/// **Assertions:**
226227
/// - Verifies that the output of `fuser` matches the manual execution for UDP sockets.
227228
#[tokio::test]
229+
#[ignore]
228230
#[cfg(target_os = "linux")]
229231
async fn test_fuser_udp() {
230232
let _server = start_udp_server().await;

0 commit comments

Comments
 (0)