Disable DiscoveryNodeRoleIT test due to failures (#43224)

relates #43223
This commit is contained in:
Przemyslaw Gomulka 2019-06-14 10:57:22 +02:00 committed by GitHub
parent cce5b0f018
commit 4c8e77e092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
package org.elasticsearch.cluster.node; package org.elasticsearch.cluster.node;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse; import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse;
import org.elasticsearch.common.settings.Setting; import org.elasticsearch.common.settings.Setting;
import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.settings.Settings;
@ -35,6 +36,7 @@ import static org.hamcrest.Matchers.hasItem;
import static org.hamcrest.Matchers.hasSize; import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.not; import static org.hamcrest.Matchers.not;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43223")
public class DiscoveryNodeRoleIT extends ESIntegTestCase { public class DiscoveryNodeRoleIT extends ESIntegTestCase {
public static class AdditionalRolePlugin extends Plugin { public static class AdditionalRolePlugin extends Plugin {