Skip to content

Commit 6fded6c

Browse files
authored
Re-enable entitlements for various ingest tests (#130708) (#130722)
1 parent 6a6c7c4 commit 6fded6c

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

modules/ingest-attachment/src/test/java/org/elasticsearch/ingest/attachment/AttachmentProcessorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import org.elasticsearch.ingest.Processor;
1616
import org.elasticsearch.ingest.RandomDocumentPicks;
1717
import org.elasticsearch.test.ESTestCase;
18-
import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
1918
import org.junit.Before;
2019

2120
import java.io.InputStream;
@@ -39,7 +38,6 @@
3938
import static org.hamcrest.Matchers.notNullValue;
4039
import static org.hamcrest.Matchers.nullValue;
4140

42-
@WithoutEntitlements // ES-12084
4341
public class AttachmentProcessorTests extends ESTestCase {
4442

4543
private Processor processor;

modules/ingest-attachment/src/test/java/org/elasticsearch/ingest/attachment/TikaDocTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import org.apache.tika.metadata.Metadata;
1515
import org.elasticsearch.core.PathUtils;
1616
import org.elasticsearch.test.ESTestCase;
17-
import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
1817

1918
import java.nio.file.DirectoryStream;
2019
import java.nio.file.Files;
@@ -26,7 +25,6 @@
2625
* comes back and no exception.
2726
*/
2827
@SuppressFileSystems("ExtrasFS") // don't try to parse extraN
29-
@WithoutEntitlements // ES-12084
3028
public class TikaDocTests extends ESTestCase {
3129

3230
/** some test files from tika test suite, zipped up */

modules/ingest-attachment/src/test/java/org/elasticsearch/ingest/attachment/TikaImplTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
package org.elasticsearch.ingest.attachment;
1010

1111
import org.elasticsearch.test.ESTestCase;
12-
import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
1312

14-
@WithoutEntitlements // ES-12084
1513
public class TikaImplTests extends ESTestCase {
1614

1715
public void testTikaLoads() throws Exception {

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RegisteredDomainProcessorFactoryTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@
1111

1212
import org.elasticsearch.ElasticsearchParseException;
1313
import org.elasticsearch.test.ESTestCase;
14-
import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
1514
import org.junit.Before;
1615

1716
import java.util.HashMap;
1817
import java.util.Map;
1918

2019
import static org.hamcrest.Matchers.equalTo;
2120

22-
@WithoutEntitlements // ES-12084
2321
public class RegisteredDomainProcessorFactoryTests extends ESTestCase {
2422

2523
private RegisteredDomainProcessor.Factory factory;

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RegisteredDomainProcessorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import org.elasticsearch.ingest.TestIngestDocument;
1414
import org.elasticsearch.ingest.common.RegisteredDomainProcessor.DomainInfo;
1515
import org.elasticsearch.test.ESTestCase;
16-
import org.elasticsearch.test.ESTestCase.WithoutEntitlements;
1716

1817
import java.util.Collections;
1918
import java.util.Map;
@@ -31,7 +30,6 @@
3130
* Effective TLDs (eTLDs) are not the same as DNS TLDs. Uses for eTLDs are listed here:
3231
* https://publicsuffix.org/learn/
3332
*/
34-
@WithoutEntitlements // ES-12084
3533
public class RegisteredDomainProcessorTests extends ESTestCase {
3634

3735
public void testGetRegisteredDomain() {

0 commit comments

Comments
 (0)