Skip to content

Commit

Permalink
now ignoring the tests in the IcingaDataRetrieverIT until we sort out…
Browse files Browse the repository at this point in the history
… pull request cmsdaq#103
  • Loading branch information
andreh12 committed Nov 20, 2017
1 parent 85e918b commit edb7251
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import org.apache.log4j.Logger;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import org.junit.Ignore;
import org.junit.Test;
import rcms.utilities.daqaggregator.Application;
import rcms.utilities.daqaggregator.Settings;
Expand All @@ -24,6 +25,7 @@ public class IcingaDataRetrieverIT {
/** checks that we can open a connection to the Icinga
* server (which is normally via HTTPS)
*/
@Ignore
@Test
public void testIcingaConnection() throws IOException {

Expand All @@ -46,6 +48,7 @@ public void testIcingaConnection() throws IOException {
* on any particular value but checks that there is no
* exception throw and that the values are non-null
*/
@Ignore
@Test
public void testGetStorageManagerInfo() throws IOException {

Expand Down

0 comments on commit edb7251

Please sign in to comment.