Skip to content

Commit

Permalink
Uncomment for HDDS-3054. apache#1021 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
smengcl committed Jun 9, 2020
1 parent d483419 commit 4019e34
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,8 @@ private void listStatusCheckHelper(Path path) throws IOException {
Assert.assertEquals(statusFromAdapter.getLen(), statusFromFS.getLen());
Assert.assertEquals(statusFromAdapter.isDirectory(),
statusFromFS.isDirectory());
// TODO: When HDDS-3054 is in, uncomment the lines below.
// As of now the modification time almost certainly won't match.
// Assert.assertEquals(statusFromAdapter.getModificationTime(),
// statusFromFS.getModificationTime());
Assert.assertEquals(statusFromAdapter.getModificationTime(),
statusFromFS.getModificationTime());
}
}

Expand Down

0 comments on commit 4019e34

Please sign in to comment.