We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c1903 commit 76bfe7bCopy full SHA for 76bfe7b
i18n/tests/iconv/mod.rs
@@ -26,6 +26,7 @@ fn iconv_test(args: &[&str], input: Vec<u8>, expected_output: Vec<u8>, expected_
26
}
27
28
#[test]
29
+#[ignore]
30
fn iconv_no_flag_data_input() {
31
let input = "Hello world".as_bytes().to_vec();
32
iconv_test(&[], input.clone(), input.clone(), Vec::new());
0 commit comments