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 36ad41b commit f980822Copy full SHA for f980822
x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/ilm/PolicyStepsRegistryTests.java
@@ -224,7 +224,6 @@ public void testUpdateFromNothingToSomethingToNothing() throws Exception {
224
.settings(Settings.builder().put(currentProject.index("test").getSettings()))
225
.putCustom(ILM_CUSTOM_METADATA_KEY, newIndexState.build().asMap())
226
)
227
- // .nodes(DiscoveryNodes.builder().localNodeId(nodeId).masterNodeId(nodeId).add(masterNode).build())
228
.build();
229
registry.update(currentProject.custom(IndexLifecycleMetadata.TYPE));
230
assertThat(registeredStepsForPolicy.get(step.getKey()), equalTo(step));
0 commit comments