From b9834e301695568a94cc8f480bcc1e9f89e1e914 Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Fri, 9 Aug 2019 20:01:17 +0200 Subject: [PATCH] Disable the test on Windows, because it depends on fd_filestat_set_times, which is not implemented yet --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index dda957c59f..e0b7ef6844 100644 --- a/build.rs +++ b/build.rs @@ -136,6 +136,7 @@ cfg_if::cfg_if! { "symlink_loop" => true, "clock_time_get" => true, "truncation_rights" => true, + "fd_filestat_set" => true, _ => false, } } else {