Skip to content

Commit

Permalink
#622 fix(temporary remove outlier tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng-bai committed Dec 3, 2021
1 parent 3cf2ecb commit dbfe4d1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.junit.Test;

/**
* Tests ported from
* https://github.com/AtlasOfLivingAustralia/biocache-store/blob/master/src/test/scala/au/org/ala/biocache/DistanceRangeParserTest.scala
*/
public class DistributionOutlierTest {
String spatial_url = "http://devt.ala.org.au:8080/ws/";
// String spatial_url = "https://spatial.ala.org.au/ws/";

@Test
public void getLayer() {
DistributionServiceImpl impl = DistributionServiceImpl.init(spatial_url);
try {
Expand All @@ -30,7 +24,6 @@ public void getLayer() {
}
}

@Test
public void getMultiLayers() {
DistributionServiceImpl impl = DistributionServiceImpl.init(spatial_url);
try {
Expand All @@ -43,7 +36,6 @@ public void getMultiLayers() {
}
}

@Test
public void outliers() {
DistributionServiceImpl impl = DistributionServiceImpl.init(spatial_url);
try {
Expand All @@ -70,7 +62,6 @@ public void outliers() {
}
}

@Test
public void multiLayers() {
DistributionServiceImpl impl = DistributionServiceImpl.init(spatial_url);
try {
Expand Down

0 comments on commit dbfe4d1

Please sign in to comment.