# HG changeset patch # User Jon VanAlten # Date 1362692137 18000 # Node ID ce52604cab0123bf9971f8763f2e0f8e25fca478 # Parent 0b969da13bf954a9b6061dc088208fdf3b6872ef @Ignore test that depends on output only seen at INFO log level. diff -r 0b969da13bf9 -r ce52604cab01 integration-tests/src/test/java/com/redhat/thermostat/itest/StorageTest.java --- a/integration-tests/src/test/java/com/redhat/thermostat/itest/StorageTest.java Wed Mar 06 13:07:07 2013 -0500 +++ b/integration-tests/src/test/java/com/redhat/thermostat/itest/StorageTest.java Thu Mar 07 16:35:37 2013 -0500 @@ -38,6 +38,7 @@ import java.io.IOException; +import org.junit.Ignore; import org.junit.Test; import expectj.Executor; @@ -63,6 +64,7 @@ } @Test + @Ignore // Test depends on logging output which isn't shown in release branch. public void testServiceStartAndKilling() throws Exception { Spawn storage; final Process[] process = new Process[1];