We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8c465 commit c42ac75Copy full SHA for c42ac75
hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestWasbAbfsCompatibility.java
@@ -165,6 +165,7 @@ public void testwriteFile() throws Exception {
165
Assume.assumeFalse("Namespace enabled account does not support this test",
166
getIsNamespaceEnabled(abfs));
167
assumeBlobServiceType();
168
+ Assume.assumeFalse("Not valid for APPEND BLOB", isAppendBlobEnabled());
169
NativeAzureFileSystem wasb = getWasbFileSystem();
170
171
Path testFile = path("/testReadFile");
0 commit comments