HADOOP-16845: Disable ITestAbfsClient.testContinuationTokenHavingEqualSign due to ADLS Gen2 service bug.

Contributed by Sneha Vijayarajan.
This commit is contained in:
Sneha Vijayarajan 2020-02-06 18:41:06 +00:00 committed by Thomas Marquardt
parent 146ca0f545
commit 55f2421580
No known key found for this signature in database
GPG Key ID: AEB30C9E78868287
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ public final class ITestAbfsClient extends AbstractAbfsIntegrationTest {
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();