Revert "Mute GatewayMetaStatePersistedStateTests.testDataOnlyNodePersistence"

This reverts commit 4452addf10.
This commit is contained in:
Nhat Nguyen 2020-03-05 17:31:38 -05:00
parent f32e4583d1
commit f11ae5fd14
1 changed files with 0 additions and 1 deletions

View File

@ -327,7 +327,6 @@ public class GatewayMetaStatePersistedStateTests extends ESTestCase {
}
}
@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);