parent
5e15ba90bb
commit
6cfbf9cf54
|
@ -19,7 +19,6 @@
|
|||
|
||||
package org.elasticsearch.discovery.gce;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.Version;
|
||||
import org.elasticsearch.cloud.gce.GceComputeService;
|
||||
import org.elasticsearch.cluster.node.DiscoveryNode;
|
||||
|
@ -60,7 +59,6 @@ import static org.hamcrest.Matchers.is;
|
|||
* compute/v1/projects/mynewawesometest/zones/europe-west1-b/instances.json
|
||||
*
|
||||
*/
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/13623")
|
||||
public class GceDiscoveryTests extends ESTestCase {
|
||||
|
||||
protected static ThreadPool threadPool;
|
||||
|
|
Loading…
Reference in New Issue