ignore a test that does not yet work on windows

This commit is contained in:
Folkert 2022-10-02 15:43:39 +02:00
parent 675092db17
commit 57e67f9878
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -1559,6 +1559,7 @@ mod test {
#[cfg(windows)]
#[test]
#[ignore = "does not work yet"]
fn basics_windows() {
assert_eq!("Hello, 234567 32 1 3!\n", windows_test(test_basics))
}