Ignore test server ping tests
authorCherian Mathew <c.mathew@bgbm.org>
Mon, 7 Sep 2015 15:39:01 +0000 (17:39 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Mon, 7 Sep 2015 15:39:01 +0000 (17:39 +0200)
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/dialogs/CdmServerInfoTest.java

index 3cc887d978e818eb04afcf48e99fac5d88339c6c..f950b0473cea94addb938121babb9363f5ba2e9c 100644 (file)
@@ -12,6 +12,7 @@ package eu.etaxonomy.taxeditor.ui.dialogs;
 import java.util.List;
 
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.unitils.UnitilsJUnit4;
 
@@ -36,6 +37,7 @@ public class CdmServerInfoTest extends UnitilsJUnit4 {
     }
 
 
+    @Ignore // this should be targetting integration or production
     @Test
     public void pingInstancesTest() {
         CdmServerInfo csii = new CdmServerInfo("edit-test", "test.e-taxonomy.eu", 8080);
@@ -62,6 +64,7 @@ public class CdmServerInfoTest extends UnitilsJUnit4 {
         }
     }
 
+    @Ignore // this should be targetting integration or production
     @Test
     public void refreshInstancesTest() throws CDMServerException {
         CdmServerInfo cdmServerInfo = new CdmServerInfo("edit-test", "test.e-taxonomy.eu", 8080);