Disable failing test on windows

This commit is contained in:
Malte Tammena 2021-10-22 17:08:44 +02:00
parent 9339f52755
commit 93b7edabf7

View file

@ -36,6 +36,7 @@ pub fn cmd_mensa_meals_json() {
}
#[test]
#[cfg(not(windows))]
pub fn cmd_mensa_canteens() {
Command::cargo_bin("mensa")
.unwrap()