suppress the LocalTransport for all Shield tests

Original commit: elastic/x-pack-elasticsearch@6c0b840643
This commit is contained in:
jaymode 2015-08-31 09:50:22 -04:00
parent bd6111e9a7
commit a63f4d3678
1 changed files with 2 additions and 0 deletions

View File

@ -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;