Skip to content

Commit 6aec0a0

Browse files
committed
Activate tests for forbidden names
See #21.
1 parent 849f64d commit 6aec0a0

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

+1-2
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)