mirror of https://github.com/apache/lucene.git
revert
This commit is contained in:
parent
27c28b5340
commit
3141c697e5
|
@ -919,10 +919,4 @@ public abstract class BasePointFormatTestCase extends BaseIndexFileFormatTestCas
|
||||||
//dir = FSDirectory.open(createTempDir());
|
//dir = FSDirectory.open(createTempDir());
|
||||||
return dir;
|
return dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void testMergeStability() {
|
|
||||||
// suppress this test from base class: merges for BKD trees are not stable because the tree created by merge will have a different
|
|
||||||
// structure than the tree created by adding points separately
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue