From 1d92396aaa958d171ee83933612c8d156f427d4a Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Mon, 3 May 2021 14:20:19 -0700 Subject: Temporarily disable atime/mtime check in utimensat test. PiperOrigin-RevId: 371776583 --- test/syscalls/linux/utimes.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/syscalls') diff --git a/test/syscalls/linux/utimes.cc b/test/syscalls/linux/utimes.cc index e647d2896..e711d6657 100644 --- a/test/syscalls/linux/utimes.cc +++ b/test/syscalls/linux/utimes.cc @@ -225,7 +225,8 @@ void TestUtimensat(int dirFd, std::string const& path) { EXPECT_GE(mtime3, before); EXPECT_LE(mtime3, after); - EXPECT_EQ(atime3, mtime3); + // TODO(b/187074006): atime/mtime may differ with local_gofer_uncached. + // EXPECT_EQ(atime3, mtime3); } TEST(UtimensatTest, OnAbsPath) { -- cgit v1.2.3