HADOOP-16845: Disable ITestAbfsClient.testContinuationTokenHavingEqualSign due to ADLS Gen2 service bug.
Contributed by Sneha Vijayarajan.
This commit is contained in:
parent
146ca0f545
commit
55f2421580
@ -43,6 +43,8 @@ public ITestAbfsClient() throws Exception {
|
|||||||
super();
|
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
|
@Test
|
||||||
public void testContinuationTokenHavingEqualSign() throws Exception {
|
public void testContinuationTokenHavingEqualSign() throws Exception {
|
||||||
final AzureBlobFileSystem fs = this.getFileSystem();
|
final AzureBlobFileSystem fs = this.getFileSystem();
|
||||||
|
Loading…
Reference in New Issue
Block a user