Skip to content

Commit 365f6a3

Browse files
committed
test_util_name: ignore sort tests
1 parent 059977f commit 365f6a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_util_name.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fn execution_phrase_double() {
4646
}
4747

4848
#[test]
49+
#[ignore = "Test assumes error upon non-UTF8"]
4950
#[cfg(feature = "sort")]
5051
fn util_name_double() {
5152
use std::{
@@ -71,6 +72,7 @@ fn util_name_double() {
7172
}
7273

7374
#[test]
75+
#[ignore = "Test assumes error upon non-UTF8"]
7476
#[cfg(feature = "sort")]
7577
#[cfg(unix)]
7678
fn util_name_single() {

0 commit comments

Comments
 (0)