Project

General

Profile

« Previous | Next » 

Revision 8772

ignore the metacat/solr comparator tests - they are one-offs.

View differences:

metacat-index/src/test/java/edu/ucsb/nceas/metacat/index/SolrMetacatIdsComparatorIT.java
13 13
import org.dataone.cn.indexer.solrhttp.SolrDoc;
14 14
import org.dataone.cn.indexer.solrhttp.SolrElementField;
15 15
import org.junit.Before;
16
import org.junit.Ignore;
16 17
import org.junit.Test;
17 18

  
18 19
import edu.ucsb.nceas.metacat.common.SolrServerFactory;
......
45 46
     * Figure out ids which have been indexed.
46 47
     */
47 48
    @Test
49
    @Ignore
48 50
    public void figureIdsNotIndexed() throws Exception {
49 51
        metacatIdsFile = new File( metacatIDFileName);
50 52
        notInSolrFile = new File(NOTINSOLR);
......
73 75
     * Figure out ids which have been indexed.
74 76
     */
75 77
    @Test
78
    @Ignore
76 79
    public void getNumberOfIdsInSolr() throws Exception {
77 80
        numberOfIdsFile = new File(NUMBEROFIDS);
78 81
        if(numberOfIdsFile.exists()) {

Also available in: Unified diff