HADOOP-16845: Disable ITestAbfsClient.testContinuationTokenHavingEqualSign due to ADLS Gen2 service bug. Contributed by Sneha Vijayarajan.
This commit is contained in:
parent
0d4f9c7789
commit
a6b0892539
@ -44,6 +44,8 @@ public ITestAbfsClient() throws Exception {
|
||||
super();
|
||||
}
|
||||
|
||||
@Ignore("HADOOP-16845: Invalid continuation tokens are ignored by the ADLS "
|
||||
+ "Gen2 service, so we are disabling this test until the service is fixed.")
|
||||
@Test
|
||||
public void testContinuationTokenHavingEqualSign() throws Exception {
|
||||
final AzureBlobFileSystem fs = this.getFileSystem();
|
||||
|
Loading…
x
Reference in New Issue
Block a user