Removing @AwaitsFix in PluginMangerIT after merging in fix from master

This commit is contained in:
Christoph Büscher 2015-08-10 15:58:19 +02:00
parent d90552e2fb
commit 0d55bfd481
1 changed files with 0 additions and 1 deletions

View File

@ -502,7 +502,6 @@ public class PluginManagerIT extends ESIntegTestCase {
}
@Test
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/12766")
public void testThatBasicAuthIsSupportedWithHttps() throws Exception {
assumeTrue("test requires security manager to be disabled", System.getSecurityManager() == null);