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 0d4f9c7789
commit a6b0892539
No known key found for this signature in database
GPG Key ID: AEB30C9E78868287

View File

@ -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();