8254195: java/nio/file/Files/SubstDrive.java failed with "AssertionError: expected [144951656448] but found [144951640064]"

Reviewed-by: alanb, bpb
This commit is contained in:
Nhat Nguyen 2020-10-08 18:05:23 +00:00 committed by Alan Bateman
parent c2a5de636f
commit 8c0d3d754b

@ -215,14 +215,6 @@ public class SubstDrive {
fileStore1.getBlockSize(),
fileStore2.getBlockSize());
assertEquals(
fileStore1.getUnallocatedSpace(),
fileStore2.getUnallocatedSpace());
assertEquals(
fileStore1.getUsableSpace(),
fileStore2.getUsableSpace());
assertEquals(
fileStore1.name(),
fileStore2.name());