mirror of https://github.com/apache/lucene.git
SOLR-13376: Disable test until it can be re-written to reflect actual expected behavior of how/when node markers will be cleaned up
This commit is contained in:
parent
6bc360ee67
commit
ab55b6386b
|
@ -81,6 +81,7 @@ public class NodeMarkersRegistrationTest extends SolrCloudTestCase {
|
|||
return triggerFiredLatch;
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13376")
|
||||
@Test
|
||||
public void testNodeMarkersRegistration() throws Exception {
|
||||
triggerFiredLatch = new CountDownLatch(1);
|
||||
|
|
Loading…
Reference in New Issue