Added @AwaitsFix for failing PluginManagerIT test after talking to spinscale

This commit is contained in:
Christoph Büscher 2015-08-10 11:21:04 +02:00
parent 4e936d1964
commit 32e98aa377
1 changed files with 10 additions and 9 deletions

View File

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