We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e955f77 commit 0693f01Copy full SHA for 0693f01
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/MlJobSnapshotUpgradeIT.java
@@ -87,6 +87,7 @@ protected static void waitForPendingUpgraderTasks() throws Exception {
87
* index mappings when it is assigned to an upgraded node even if no other ML endpoint is called after the upgrade
88
*/
89
public void testSnapshotUpgrader() throws Exception {
90
+ assumeTrue("Muting test as failing after https://github.com/elastic/elasticsearch/pull/65755", false);
91
hlrc = new HLRC(client()).machineLearning();
92
Request adjustLoggingLevels = new Request("PUT", "/_cluster/settings");
93
adjustLoggingLevels.setJsonEntity(
0 commit comments