Disable ClusterStatsMonitoringDocTests test

ClusterStatsMonitoringDocTests.testToXContent is currently failing on
master. An issue (elastic/x-pack-elasticsearch#4100) has been created for this test. This commit
disables it in the meantime.

Original commit: elastic/x-pack-elasticsearch@76557313e6
This commit is contained in:
Tim Brooks 2018-03-12 12:32:20 -06:00
parent 839a776dad
commit de10e61765
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ public class ClusterStatsMonitoringDocTests extends BaseMonitoringDocTestCase<Cl
}
@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4100")
public void testToXContent() throws IOException {
final ClusterName clusterName = new ClusterName("_cluster_name");
final TransportAddress transportAddress = new TransportAddress(TransportAddress.META_ADDRESS, 9300);