Mute FullClusterRestartIT.testSearch (#57249)

This test fails reliably on upgrades from 6.0.0 and 6.0.1. See #57245 for details.
This commit is contained in:
Gordon Brown 2020-05-27 13:15:05 -06:00 committed by GitHub
parent 5b08eaf90c
commit 2f561084f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
type = getOldClusterVersion().before(Version.V_6_7_0) ? "doc" : "_doc";
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/57245")
public void testSearch() throws Exception {
int count;
if (isRunningAgainstOldCluster()) {