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
(cherry picked from commit ab55b6386b
)
This commit is contained in:
parent
ea2a91ef1f
commit
deb7987272
|
@ -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