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:
parent
bce93b93b2
commit
4e320e35b5
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue