Mute FullClusterRestartIT.testSearch (#61133)

This test fails reliably on upgrades from 6.0.0 and 6.0.1. See #57245 for details.
This commit is contained in:
Henning Andersen 2020-08-14 09:02:56 +02:00 committed by GitHub
parent bce93b93b2
commit 4e320e35b5
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()) {