[TEST] Silence LocalExporterIntegTests.testExport
See: elastic/x-pack-elasticsearch#3954, elastic/x-pack-elasticsearch#3910 Original commit: elastic/x-pack-elasticsearch@a298c21579
This commit is contained in:
parent
d45f28339b
commit
bad812d920
|
@ -75,6 +75,7 @@ public class LocalExporterIntegTests extends LocalExporterIntegTestCase {
|
||||||
.putNull("xpack.monitoring.exporters._local.index.name.time_format")));
|
.putNull("xpack.monitoring.exporters._local.index.name.time_format")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3954")
|
||||||
public void testExport() throws Exception {
|
public void testExport() throws Exception {
|
||||||
try {
|
try {
|
||||||
if (randomBoolean()) {
|
if (randomBoolean()) {
|
||||||
|
|
Loading…
Reference in New Issue