mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 00:19:11 +00:00
Return test annotation
This commit returns a test annotation that is needed on PreBuiltXPackTransportClientTests because the test derives from RandomizedTest and not ESTestCase and its ilk. Original commit: elastic/x-pack-elasticsearch@1badced090
This commit is contained in:
parent
d30f20212c
commit
0169c7055d
@ -20,6 +20,7 @@ import static org.junit.Assert.assertEquals;
|
||||
*/
|
||||
public class PreBuiltXPackTransportClientTests extends RandomizedTest {
|
||||
|
||||
@Test
|
||||
public void testPluginInstalled() {
|
||||
try (TransportClient client = new PreBuiltXPackTransportClient(Settings.EMPTY)) {
|
||||
Settings settings = client.settings();
|
||||
|
Loading…
x
Reference in New Issue
Block a user