Skip to content

Commit

Permalink
disable LTER test (can be run manually if needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
gothub committed Oct 26, 2017
1 parent 556f232 commit 36bb34b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/java/edu/ucsb/nceas/mdqengine/LTERSuiteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import org.dataone.service.types.v2.SystemMetadata;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import edu.ucsb.nceas.mdqengine.model.Check;
Expand Down Expand Up @@ -50,7 +51,7 @@ public static void setUpStore() {
}

@Test
//@Ignore("ignoring LTERSuiteTest")
@Ignore("ignoring LTERSuiteTest")
public void runMDQEtestsForId() {
MDQEngine mdqe = new MDQEngine();
Run run = null;
Expand Down Expand Up @@ -88,4 +89,4 @@ public void runMDQEtestsForId() {
}

}
}
}

0 comments on commit 36bb34b

Please sign in to comment.