mirror of https://github.com/apache/lucene.git
SOLR-9036: Disable doTestIndexFetchOnMasterRestart
This commit is contained in:
parent
02eef8dffa
commit
1dd877545f
|
@ -593,6 +593,7 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
|
|||
* the index hasn't changed. See SOLR-9036
|
||||
*/
|
||||
@Test
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-9036")
|
||||
public void doTestIndexFetchOnMasterRestart() throws Exception {
|
||||
useFactory(null);
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue