Skip to content

Commit 64f36b9

Browse files
authored
HADOOP-16915. ABFS: Ignoring the test ITestAzureBlobFileSystemRandomRead.testRandomReadPerformance
- Contributed by Bilahari T H
1 parent 15a0fed commit 64f36b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemRandomRead.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import java.util.concurrent.Callable;
2424

2525
import org.junit.Assume;
26+
import org.junit.Ignore;
2627
import org.junit.Test;
2728
import org.slf4j.Logger;
2829
import org.slf4j.LoggerFactory;
@@ -412,6 +413,7 @@ public void testSequentialReadAfterReverseSeekPerformance()
412413
}
413414

414415
@Test
416+
@Ignore("HADOOP-16915")
415417
public void testRandomReadPerformance() throws Exception {
416418
Assume.assumeFalse("This test does not support namespace enabled account",
417419
this.getFileSystem().getIsNamespaceEnabled());

0 commit comments

Comments
 (0)