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:
jaymode 2015-08-19 06:47:54 -04:00
parent 2ffd79f0f6
commit de02fd3c9c
1 changed files with 0 additions and 2 deletions

View File

@ -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;