mirror of https://github.com/apache/lucene.git
mark test slow for now, can take nearly a minute
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8eae2c82e3
commit
979b89ce0f
|
@ -353,6 +353,7 @@ public class TestIndexWriterMerging extends LuceneTestCase
|
|||
dir.close();
|
||||
}
|
||||
|
||||
@Slow
|
||||
public void testNoWaitClose() throws Throwable {
|
||||
Directory directory = newDirectory();
|
||||
|
||||
|
|
Loading…
Reference in New Issue