mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mute SSL HTTP connection test
This test is failing for days, possibly due to a change in core Elasticsearch. This commit marks this test as awaits fix. Original commit: elastic/x-pack-elasticsearch@8ed3965795
This commit is contained in:
parent
fe7c8fb4da
commit
1ac31fe626
@ -93,6 +93,7 @@ public class SslIntegrationTests extends SecurityIntegTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/3382")
|
||||
public void testThatConnectionToHTTPWorks() throws Exception {
|
||||
Settings.Builder builder = Settings.builder();
|
||||
addSSLSettingsForStore(builder, "/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testclient.jks", "testclient");
|
||||
|
Loading…
x
Reference in New Issue
Block a user