Skip to content

Commit f980822

Browse files
committed
Remove commented line
1 parent 36ad41b commit f980822

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/ilm/PolicyStepsRegistryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public void testUpdateFromNothingToSomethingToNothing() throws Exception {
224224
.settings(Settings.builder().put(currentProject.index("test").getSettings()))
225225
.putCustom(ILM_CUSTOM_METADATA_KEY, newIndexState.build().asMap())
226226
)
227-
// .nodes(DiscoveryNodes.builder().localNodeId(nodeId).masterNodeId(nodeId).add(masterNode).build())
228227
.build();
229228
registry.update(currentProject.custom(IndexLifecycleMetadata.TYPE));
230229
assertThat(registeredStepsForPolicy.get(step.getKey()), equalTo(step));

0 commit comments

Comments
 (0)