HADOOP-16915. ABFS: Ignoring the test ITestAzureBlobFileSystemRandomRead.testRandomReadPerformance

- Contributed by Bilahari T H
This commit is contained in:
bilaharith 2020-08-25 00:30:55 +05:30 committed by Thomas Marquardt
parent 4072323de4
commit cc7350302f
No known key found for this signature in database
GPG Key ID: AEB30C9E78868287
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import java.util.Random;
import java.util.concurrent.Callable;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@ -412,6 +413,7 @@ public class ITestAzureBlobFileSystemRandomRead extends
}
@Test
@Ignore("HADOOP-16915")
public void testRandomReadPerformance() throws Exception {
Assume.assumeFalse("This test does not support namespace enabled account",
this.getFileSystem().getIsNamespaceEnabled());