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 3c69d4d commit 41daf28Copy full SHA for 41daf28
qa/full-cluster-restart/src/test/java/org/elasticsearch/upgrades/FullClusterRestartSettingsUpgradeIT.java
@@ -19,6 +19,7 @@
19
20
package org.elasticsearch.upgrades;
21
22
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
23
import org.elasticsearch.Version;
24
import org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsResponse;
25
import org.elasticsearch.client.Request;
@@ -40,6 +41,7 @@
40
41
import static org.elasticsearch.transport.RemoteClusterService.SEARCH_REMOTE_CLUSTER_SKIP_UNAVAILABLE;
42
import static org.hamcrest.Matchers.equalTo;
43
44
+@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49587")
45
public class FullClusterRestartSettingsUpgradeIT extends AbstractFullClusterRestartTestCase {
46
47
public void testRemoteClusterSettingsUpgraded() throws IOException {
0 commit comments