Mute GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence
This commit is contained in:
parent
da8aac9e66
commit
4452addf10
|
@ -327,6 +327,7 @@ public class GatewayMetaStatePersistedStateTests extends ESTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53193")
|
||||||
public void testDataOnlyNodePersistence() throws Exception {
|
public void testDataOnlyNodePersistence() throws Exception {
|
||||||
DiscoveryNode localNode = new DiscoveryNode("node1", buildNewFakeTransportAddress(), Collections.emptyMap(),
|
DiscoveryNode localNode = new DiscoveryNode("node1", buildNewFakeTransportAddress(), Collections.emptyMap(),
|
||||||
Sets.newHashSet(DiscoveryNodeRole.DATA_ROLE), Version.CURRENT);
|
Sets.newHashSet(DiscoveryNodeRole.DATA_ROLE), Version.CURRENT);
|
||||||
|
|
Loading…
Reference in New Issue