changeset 1023:ce52604cab01 0.6.0

@Ignore test that depends on output only seen at INFO log level.
author Jon VanAlten <jon.vanalten@redhat.com>
date Thu, 07 Mar 2013 16:35:37 -0500
parents 0b969da13bf9
children 4d51daef9680
files integration-tests/src/test/java/com/redhat/thermostat/itest/StorageTest.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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];