Project

General

Profile

« Previous | Next » 

Revision 937cc32d

Added by Cherian Mathew over 8 years ago

Ignore test server ping tests

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/dialogs/CdmServerInfoTest.java
12 12
import java.util.List;
13 13

  
14 14
import org.junit.Assert;
15
import org.junit.Ignore;
15 16
import org.junit.Test;
16 17
import org.unitils.UnitilsJUnit4;
17 18

  
......
36 37
    }
37 38

  
38 39

  
40
    @Ignore // this should be targetting integration or production
39 41
    @Test
40 42
    public void pingInstancesTest() {
41 43
        CdmServerInfo csii = new CdmServerInfo("edit-test", "test.e-taxonomy.eu", 8080);
......
62 64
        }
63 65
    }
64 66

  
67
    @Ignore // this should be targetting integration or production
65 68
    @Test
66 69
    public void refreshInstancesTest() throws CDMServerException {
67 70
        CdmServerInfo cdmServerInfo = new CdmServerInfo("edit-test", "test.e-taxonomy.eu", 8080);

Also available in: Unified diff