Disable monitor tests

This commit is contained in:
Florian Reimair 2019-02-18 14:17:39 +01:00
parent 33fe3881b3
commit f12c4bd2d6
No known key found for this signature in database
GPG Key ID: 7EA8CA324B6E5633
2 changed files with 4 additions and 0 deletions

View File

@ -24,10 +24,12 @@ import java.util.Properties;
import java.util.concurrent.ExecutionException;
import org.junit.Assert;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
@Disabled
public class MonitorInfrastructureTests {
/**

View File

@ -32,6 +32,7 @@ import java.util.Properties;
import org.junit.Assert;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static com.google.common.base.Preconditions.checkNotNull;
@ -39,6 +40,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
/**
* @author Florian Reimair
*/
@Disabled
public class PriceNodeStatsTests {
private final static File torWorkingDirectory = new File("monitor/" + PriceNodeStatsTests.class.getSimpleName());