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