mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
mute test testClosedIndices (#42582)
This commit is contained in:
parent
381e100217
commit
5d3e381648
@ -1031,6 +1031,7 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
|
|||||||
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
|
* This test creates an index in the old cluster and then closes it. When the cluster is fully restarted in a newer version,
|
||||||
* it verifies that the index exists and is replicated if the old version supports replication.
|
* it verifies that the index exists and is replicated if the old version supports replication.
|
||||||
*/
|
*/
|
||||||
|
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/42581")
|
||||||
public void testClosedIndices() throws Exception {
|
public void testClosedIndices() throws Exception {
|
||||||
if (isRunningAgainstOldCluster()) {
|
if (isRunningAgainstOldCluster()) {
|
||||||
createIndex(index, Settings.builder()
|
createIndex(index, Settings.builder()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user