Skip to content

Commit 3d54119

Browse files
committed
Disable testFailIfAlreadyExists for HdfsRepositoryTests
1 parent 35d427c commit 3d54119

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/repository-hdfs/src/test/java/org/elasticsearch/repositories/hdfs/HdfsRepositoryTests.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ protected void assertCleanupResponse(CleanupRepositoryResponse response, long by
6262
assertThat(response.result().blobs(), equalTo(0L));
6363
}
6464
}
65+
66+
@Override
67+
public void testFailIfAlreadyExists() {
68+
// HDFS does not implement failIfAlreadyExists correctly
69+
}
6570
}

0 commit comments

Comments
 (0)