Merge pull request #2196 from uutils/sylvestre-patch-6

Ignore test_domain_socket  as it fails too often
This commit is contained in:
Sylvestre Ledru 2021-05-10 09:00:19 +02:00 committed by GitHub
commit f7ad47d7e4
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]
#[cfg(unix)]
#[ignore]
fn test_domain_socket() {
use std::io::prelude::*;
use std::sync::{Arc, Barrier};