mirror of https://github.com/apache/lucene.git
SOLR-12080: Disable this test until it's fixed.
This commit is contained in:
parent
2201b65266
commit
e687748405
|
@ -76,6 +76,12 @@ public class MoveReplicaHDFSTest extends MoveReplicaTest {
|
|||
testFailedMove();
|
||||
}
|
||||
|
||||
@Test
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-12080") // added 03-Oct-2018
|
||||
public void testFailedMove() throws Exception {
|
||||
super.testFailedMove();
|
||||
}
|
||||
|
||||
public static class ForkJoinThreadsFilter implements ThreadFilter {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue