Skip to content

Commit 55f2421

Browse files
snvijayaThomasMarquardt
authored andcommitted
HADOOP-16845: Disable ITestAbfsClient.testContinuationTokenHavingEqualSign due to ADLS Gen2 service bug.
Contributed by Sneha Vijayarajan.
1 parent 146ca0f commit 55f2421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAbfsClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public ITestAbfsClient() throws Exception {
4343
super();
4444
}
4545

46+
@Ignore("HADOOP-16845: Invalid continuation tokens are ignored by the ADLS "
47+
+ "Gen2 service, so we are disabling this test until the service is fixed.")
4648
@Test
4749
public void testContinuationTokenHavingEqualSign() throws Exception {
4850
final AzureBlobFileSystem fs = this.getFileSystem();

0 commit comments

Comments
 (0)