Added @AwaitsFix for failing PluginManagerIT test after talking to spinscale
This commit is contained in:
parent
4e936d1964
commit
32e98aa377
|
@ -502,6 +502,7 @@ public class PluginManagerIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/12766")
|
||||||
public void testThatBasicAuthIsSupportedWithHttps() throws Exception {
|
public void testThatBasicAuthIsSupportedWithHttps() throws Exception {
|
||||||
assumeTrue("test requires security manager to be disabled", System.getSecurityManager() == null);
|
assumeTrue("test requires security manager to be disabled", System.getSecurityManager() == null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue