Disable the test on Windows, because it depends on fd_filestat_set_times, which is not implemented yet

This commit is contained in:
Marcin Mielniczuk
2019-08-09 20:01:17 +02:00
committed by Jakub Konka
parent a52eb205a4
commit b9834e3016

View File

@@ -136,6 +136,7 @@ cfg_if::cfg_if! {
"symlink_loop" => true,
"clock_time_get" => true,
"truncation_rights" => true,
"fd_filestat_set" => true,
_ => false,
}
} else {