changeset 1073:3ffe0afe5cdb

Ignore broken integration tests temporarily reviewed-by: omajid, jerboaa review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-April/006437.html
author Jon VanAlten <vanaltj@gmail.com>
date Fri, 26 Apr 2013 11:08:23 -0600
parents 047b7869d7e7
children dead5cab5a9a
files integration-tests/src/test/java/com/redhat/thermostat/itest/StorageConnectionTest.java integration-tests/src/test/java/com/redhat/thermostat/itest/VmCommandsTest.java
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/integration-tests/src/test/java/com/redhat/thermostat/itest/StorageConnectionTest.java	Fri Apr 26 18:10:44 2013 +0200
+++ b/integration-tests/src/test/java/com/redhat/thermostat/itest/StorageConnectionTest.java	Fri Apr 26 11:08:23 2013 -0600
@@ -40,6 +40,7 @@
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import expectj.ExpectJException;
@@ -66,6 +67,7 @@
         assertNoExceptions(storage.getCurrentStandardOutContents(), storage.getCurrentStandardErrContents());
     }
 
+    @Ignore //FIXME when keyring/preferences improvements have been made, un-Ignore
     @Test
     public void testConnect() throws ExpectJException, TimeoutException, IOException {
         Spawn shell = spawnThermostat(true, "shell");
@@ -95,6 +97,7 @@
         assertNoExceptions(shell.getCurrentStandardOutContents(), shell.getCurrentStandardErrContents());
     }
 
+    @Ignore //FIXME when keyring/preferences improvements have been made, un-Ignore
     @Test
     public void testConnectAndDisconnectInShell() throws IOException, TimeoutException, ExpectJException {
         Spawn shell = spawnThermostat(true, "shell");
--- a/integration-tests/src/test/java/com/redhat/thermostat/itest/VmCommandsTest.java	Fri Apr 26 18:10:44 2013 +0200
+++ b/integration-tests/src/test/java/com/redhat/thermostat/itest/VmCommandsTest.java	Fri Apr 26 11:08:23 2013 -0600
@@ -45,6 +45,7 @@
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import expectj.Spawn;
@@ -69,6 +70,7 @@
         stopStorage.waitFor();
     }
 
+    @Ignore //FIXME when keyring/preferences improvements have been made, un-Ignore
     @Test
     public void testListVms() throws Exception {
         Spawn vmList = commandAgainstMongo("list-vms");
@@ -99,6 +101,7 @@
         assertNoExceptions(vmInfo.getCurrentStandardOutContents(), vmInfo.getCurrentStandardErrContents());
     }
 
+    @Ignore //FIXME when keyring/preferences improvements have been made, un-Ignore
     @Test
     public void testHeapCommands() throws Exception {
         String[] commands = new String[] {