File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed
ingest-attachment/src/test/java/org/elasticsearch/ingest/attachment
ingest-common/src/test/java/org/elasticsearch/ingest/common Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 1515import org .elasticsearch .ingest .Processor ;
1616import org .elasticsearch .ingest .RandomDocumentPicks ;
1717import org .elasticsearch .test .ESTestCase ;
18- import org .elasticsearch .test .ESTestCase .WithoutEntitlements ;
1918import org .junit .Before ;
2019
2120import java .io .InputStream ;
3938import static org .hamcrest .Matchers .notNullValue ;
4039import static org .hamcrest .Matchers .nullValue ;
4140
42- @ WithoutEntitlements // ES-12084
4341public class AttachmentProcessorTests extends ESTestCase {
4442
4543 private Processor processor ;
Original file line number Diff line number Diff line change 1414import org .apache .tika .metadata .Metadata ;
1515import org .elasticsearch .core .PathUtils ;
1616import org .elasticsearch .test .ESTestCase ;
17- import org .elasticsearch .test .ESTestCase .WithoutEntitlements ;
1817
1918import java .nio .file .DirectoryStream ;
2019import java .nio .file .Files ;
2625 * comes back and no exception.
2726 */
2827@ SuppressFileSystems ("ExtrasFS" ) // don't try to parse extraN
29- @ WithoutEntitlements // ES-12084
3028public class TikaDocTests extends ESTestCase {
3129
3230 /** some test files from tika test suite, zipped up */
Original file line number Diff line number Diff line change 99package org .elasticsearch .ingest .attachment ;
1010
1111import org .elasticsearch .test .ESTestCase ;
12- import org .elasticsearch .test .ESTestCase .WithoutEntitlements ;
1312
14- @ WithoutEntitlements // ES-12084
1513public class TikaImplTests extends ESTestCase {
1614
1715 public void testTikaLoads () throws Exception {
Original file line number Diff line number Diff line change 1111
1212import org .elasticsearch .ElasticsearchParseException ;
1313import org .elasticsearch .test .ESTestCase ;
14- import org .elasticsearch .test .ESTestCase .WithoutEntitlements ;
1514import org .junit .Before ;
1615
1716import java .util .HashMap ;
1817import java .util .Map ;
1918
2019import static org .hamcrest .Matchers .equalTo ;
2120
22- @ WithoutEntitlements // ES-12084
2321public class RegisteredDomainProcessorFactoryTests extends ESTestCase {
2422
2523 private RegisteredDomainProcessor .Factory factory ;
Original file line number Diff line number Diff line change 1313import org .elasticsearch .ingest .TestIngestDocument ;
1414import org .elasticsearch .ingest .common .RegisteredDomainProcessor .DomainInfo ;
1515import org .elasticsearch .test .ESTestCase ;
16- import org .elasticsearch .test .ESTestCase .WithoutEntitlements ;
1716
1817import java .util .Collections ;
1918import java .util .Map ;
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
3533public class RegisteredDomainProcessorTests extends ESTestCase {
3634
3735 public void testGetRegisteredDomain () {
You can’t perform that action at this time.
0 commit comments