suppress SimpleText codec for slow facets tests

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2013-01-16 14:03:34 +00:00
parent bce50e6574
commit 8074dd44af
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ import org.apache.lucene.store.Directory;
import org.apache.lucene.util.Bits;
import org.apache.lucene.util.IOUtils;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
import org.apache.lucene.util._TestUtil;
import org.junit.AfterClass;
import org.junit.BeforeClass;
@ -64,7 +65,7 @@ import org.junit.BeforeClass;
* limitations under the License.
*/
/** Base faceted search test. */
@SuppressCodecs({"SimpleText"})
public abstract class FacetTestBase extends LuceneTestCase {
/** Holds a search and taxonomy Directories pair. */