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:
parent
839a776dad
commit
de10e61765
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue