mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Disable monitor tests
This commit is contained in:
parent
33fe3881b3
commit
f12c4bd2d6
@ -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 {
|
||||
|
||||
/**
|
||||
|
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user