Skip to content

Commit 1a745f8

Browse files
committed
Activate tests for forbidden names
See #21. (cherry picked from commit 6aec0a0)
1 parent 5eb80f3 commit 1a745f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/elasticsearch/repositories/azure/AzureSnapshotRestoreITest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import com.microsoft.windowsazure.services.core.ServiceException;
2424
import com.microsoft.windowsazure.services.core.storage.StorageException;
25-
import org.apache.lucene.util.LuceneTestCase;
2625
import org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse;
2726
import org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
2827
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
@@ -327,7 +326,7 @@ public void testGetDeleteNonExistingSnapshot_28() throws StorageException, Servi
327326
/**
328327
* For issue #21: https://github.com/elasticsearch/elasticsearch-cloud-azure/issues/21
329328
*/
330-
@Test @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch-cloud-azure/issues/21")
329+
@Test
331330
public void testForbiddenContainerName() {
332331
checkContainerName("", false);
333332
checkContainerName("es", false);

0 commit comments

Comments
 (0)