1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Ignore test_domain_socket as it fails too often

This commit is contained in:
Sylvestre Ledru 2021-05-09 18:42:16 +02:00 committed by GitHub
parent 7c51fb4946
commit 33206e1adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -395,6 +395,7 @@ fn test_dev_full_show_all() {
#[test] #[test]
#[cfg(unix)] #[cfg(unix)]
#[ignore]
fn test_domain_socket() { fn test_domain_socket() {
use std::io::prelude::*; use std::io::prelude::*;
use std::sync::{Arc, Barrier}; use std::sync::{Arc, Barrier};