You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2019/01/23 15:34:14 UTC

[lucene-solr] branch branch_7x updated: SOLR-13072: Enable this test again.

This is an automated email from the ASF dual-hosted git repository.

ab pushed a commit to branch branch_7x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_7x by this push:
     new 7aa260d  SOLR-13072: Enable this test again.
7aa260d is described below

commit 7aa260dfab4f6a4ee9d2240ace13b2d50f93c724
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Wed Jan 23 15:46:25 2019 +0100

    SOLR-13072: Enable this test again.
---
 .../org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
index 9d09ac1..943c90a 100644
--- a/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/autoscaling/NodeMarkersRegistrationTest.java
@@ -52,7 +52,6 @@ import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13072")
 @LogLevel("org.apache.solr.cloud.autoscaling=DEBUG;org.apache.solr.client.solrj.cloud.autoscaling=DEBUG")
 public class NodeMarkersRegistrationTest extends SolrCloudTestCase {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());