mute FullClusterRestartSettingsUpgradeIT
This commit is contained in:
parent
3c69d4d0bd
commit
41daf284f5
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
package org.elasticsearch.upgrades;
|
package org.elasticsearch.upgrades;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.Version;
|
import org.elasticsearch.Version;
|
||||||
import org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsResponse;
|
import org.elasticsearch.action.admin.cluster.settings.ClusterGetSettingsResponse;
|
||||||
import org.elasticsearch.client.Request;
|
import org.elasticsearch.client.Request;
|
||||||
|
@ -40,6 +41,7 @@ import static org.elasticsearch.transport.SniffConnectionStrategy.SEARCH_REMOTE_
|
||||||
import static org.elasticsearch.transport.RemoteClusterService.SEARCH_REMOTE_CLUSTER_SKIP_UNAVAILABLE;
|
import static org.elasticsearch.transport.RemoteClusterService.SEARCH_REMOTE_CLUSTER_SKIP_UNAVAILABLE;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/49587")
|
||||||
public class FullClusterRestartSettingsUpgradeIT extends AbstractFullClusterRestartTestCase {
|
public class FullClusterRestartSettingsUpgradeIT extends AbstractFullClusterRestartTestCase {
|
||||||
|
|
||||||
public void testRemoteClusterSettingsUpgraded() throws IOException {
|
public void testRemoteClusterSettingsUpgraded() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue