mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 17:05:36 +00:00
suppress the LocalTransport for all Shield tests
Original commit: elastic/x-pack-elasticsearch@6c0b840643
This commit is contained in:
parent
bd6111e9a7
commit
a63f4d3678
@ -22,6 +22,7 @@ import org.elasticsearch.plugins.PluginInfo;
|
||||
import org.elasticsearch.shield.ShieldPlugin;
|
||||
import org.elasticsearch.shield.audit.index.IndexAuditTrail;
|
||||
import org.elasticsearch.shield.authc.support.SecuredString;
|
||||
import org.elasticsearch.test.ESIntegTestCase.SuppressLocalMode;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
@ -42,6 +43,7 @@ import static org.hamcrest.CoreMatchers.is;
|
||||
* meaning that all subclasses that don't specify a different scope will share the same cluster with shield installed.
|
||||
* @see org.elasticsearch.test.ShieldSettingsSource
|
||||
*/
|
||||
@SuppressLocalMode
|
||||
public abstract class ShieldIntegTestCase extends ESIntegTestCase {
|
||||
|
||||
private static ShieldSettingsSource SHIELD_DEFAULT_SETTINGS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user