Revert "quiet flakey gce tests"

This reverts commit 7eef7e42d4.
This commit is contained in:
Robert Muir 2015-09-17 02:32:51 -04:00
parent 5e15ba90bb
commit 6cfbf9cf54
1 changed files with 0 additions and 2 deletions

View File

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