Temporarily disable atime/mtime check in utimensat test.

PiperOrigin-RevId: 371776583
This commit is contained in:
Dean Deng
2021-05-03 14:22:29 -07:00
committed by gVisor bot
parent 1947c87342
commit 1d92396aaa
+2 -1
View File
@@ -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) {