Removing @AwaitsFix in PluginMangerIT after merging in fix from master
This commit is contained in:
parent
d90552e2fb
commit
0d55bfd481
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue