mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
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
|
@Override
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/4100")
|
||||||
public void testToXContent() throws IOException {
|
public void testToXContent() throws IOException {
|
||||||
final ClusterName clusterName = new ClusterName("_cluster_name");
|
final ClusterName clusterName = new ClusterName("_cluster_name");
|
||||||
final TransportAddress transportAddress = new TransportAddress(TransportAddress.META_ADDRESS, 9300);
|
final TransportAddress transportAddress = new TransportAddress(TransportAddress.META_ADDRESS, 9300);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user