Skip to content

Commit

Permalink
Mute GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Mar 5, 2020
1 parent 146626c commit 9fc9e1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ public void testStatePersistedOnLoad() throws IOException {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53193")
public void testDataOnlyNodePersistence() throws Exception {
DiscoveryNode localNode = new DiscoveryNode("node1", buildNewFakeTransportAddress(), Collections.emptyMap(),
Sets.newHashSet(DiscoveryNodeRole.DATA_ROLE), Version.CURRENT);
Expand Down

0 comments on commit 9fc9e1f

Please sign in to comment.