Test: mute PluginManagerUnitTests.testSimplifiedNaming

This commit is contained in:
Boaz Leskes 2015-08-17 14:02:09 +02:00
parent c3b3b0e6f8
commit cd9552eb07

View File

@ -70,6 +70,7 @@ 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);