set AwaitsFix until we discuss if proxies are needed

This commit is contained in:
Robert Muir 2015-02-20 17:58:56 -05:00
parent 1837d8a5fc
commit a4f7023e29
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
package org.elasticsearch.common.jna;
import org.apache.lucene.util.Constants;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.jna.Kernel32Library.ConsoleCtrlHandler;
import org.elasticsearch.test.ElasticsearchTestCase;
import org.junit.After;
@ -31,6 +32,7 @@ import java.util.Map;
import static org.hamcrest.Matchers.equalTo;
@AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/9802")
public class Kernel32LibraryTests extends ElasticsearchTestCase {
/**