SOLR-12080: Disable this test until it's fixed.

This commit is contained in:
Andrzej Bialecki 2018-10-03 07:56:26 +02:00
parent 2201b65266
commit e687748405
1 changed files with 6 additions and 0 deletions

View File

@ -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