For #61908 Co-authored-by: David Kyle <david.kyle@elastic.co>
This commit is contained in:
parent
ed4984a32e
commit
18a08c0cf2
|
@ -42,6 +42,7 @@ public class MlMappingsUpgradeIT extends AbstractUpgradeTestCase {
|
|||
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
|
||||
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
|
||||
*/
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/61908")
|
||||
public void testMappingsUpgrade() throws Exception {
|
||||
|
||||
switch (CLUSTER_TYPE) {
|
||||
|
|
Loading…
Reference in New Issue