This commit is contained in:
Mike McCandless 2016-01-29 09:18:31 -05:00
parent 27c28b5340
commit 3141c697e5
1 changed files with 0 additions and 6 deletions

View File

@ -919,10 +919,4 @@ public abstract class BasePointFormatTestCase extends BaseIndexFileFormatTestCas
//dir = FSDirectory.open(createTempDir());
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
}
}