mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 10:18:11 +00:00
Merge pull request #2196 from uutils/sylvestre-patch-6
Ignore test_domain_socket as it fails too often
This commit is contained in:
commit
f7ad47d7e4
1 changed files with 1 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue