Test: un-mute PluginManagerUnitTests.testSimplifiedNaming

This commit is contained in:
Boaz Leskes 2015-08-17 14:14:50 +02:00
parent 9608fe9dff
commit 6c4ef32160
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ public class PluginManagerUnitTests extends ESTestCase {
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12934")
public void testSimplifiedNaming() throws IOException {
String pluginName = randomAsciiOfLength(10);
PluginManager.PluginHandle handle = PluginManager.PluginHandle.parse(pluginName);