# HG changeset patch # User Jon VanAlten # Date 1366996103 21600 # Node ID 3ffe0afe5cdb0e8f0b620527e851ea3f244752ed # Parent 047b7869d7e79ccddefc50d553af5f32b442a59d Ignore broken integration tests temporarily reviewed-by: omajid, jerboaa review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-April/006437.html diff -r 047b7869d7e7 -r 3ffe0afe5cdb integration-tests/src/test/java/com/redhat/thermostat/itest/StorageConnectionTest.java --- 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"); diff -r 047b7869d7e7 -r 3ffe0afe5cdb integration-tests/src/test/java/com/redhat/thermostat/itest/VmCommandsTest.java --- 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[] {