We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f5b02 commit 6a5d9d9Copy full SHA for 6a5d9d9
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlMappingsUpgradeIT.java
@@ -38,6 +38,7 @@ protected Collection<String> templatesToWaitFor() {
38
* The purpose of this test is to ensure that when a job is open through a rolling upgrade we upgrade the results
39
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
40
*/
41
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37763")
42
public void testMappingsUpgrade() throws Exception {
43
44
switch (CLUSTER_TYPE) {
0 commit comments