Skip to content

Commit

Permalink
Disable DiscoveryNodeRoleIT test due to failures (elastic#43224)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgomulka authored Jun 14, 2019
1 parent cce5b0f commit 4c8e77e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

package org.elasticsearch.cluster.node;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse;
import org.elasticsearch.common.settings.Setting;
import org.elasticsearch.common.settings.Settings;
Expand All @@ -35,6 +36,7 @@
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.not;

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43223")
public class DiscoveryNodeRoleIT extends ESIntegTestCase {

public static class AdditionalRolePlugin extends Plugin {
Expand Down

0 comments on commit 4c8e77e

Please sign in to comment.