remove AwaitsFix from IPHostnameVerification tests now that it is fixed in core
Closes elastic/elasticsearch#468 Original commit: elastic/x-pack-elasticsearch@e2623762a3
This commit is contained in:
parent
2ffd79f0f6
commit
de02fd3c9c
|
@ -5,7 +5,6 @@
|
|||
*/
|
||||
package org.elasticsearch.shield.transport.netty;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.client.Client;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
import org.elasticsearch.test.ShieldIntegTestCase;
|
||||
|
@ -17,7 +16,6 @@ import java.nio.file.Path;
|
|||
import static org.elasticsearch.common.settings.Settings.settingsBuilder;
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/468")
|
||||
public class IPHostnameVerificationTests extends ShieldIntegTestCase {
|
||||
|
||||
Path keystore;
|
||||
|
|
Loading…
Reference in New Issue