Skip to content

Commit

Permalink
Unmute SnapshotLifecycleTemplateRegistryTests.testThatNonExistingTemp…
Browse files Browse the repository at this point in the history
…latesAreAddedImmediately (#51496)
  • Loading branch information
andreidan authored Jan 28, 2020
1 parent dfb2d15 commit 0ca5cb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public void testDisabledDoesNotAddTemplates() {
assertThat(disabledRegistry.getPolicyConfigs(), hasSize(0));
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43950")
public void testThatNonExistingTemplatesAreAddedImmediately() throws Exception {
DiscoveryNode node = new DiscoveryNode("node", ESTestCase.buildNewFakeTransportAddress(), Version.CURRENT);
DiscoveryNodes nodes = DiscoveryNodes.builder().localNodeId("node").masterNodeId("node").add(node).build();
Expand Down

0 comments on commit 0ca5cb8

Please sign in to comment.