diff --git a/core/pom.xml b/core/pom.xml index 6ce49f3..97e2d7c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -59,21 +59,18 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.15 + 2.22.0 - integration-test integration-test - - - - verify - verify + + false + diff --git a/core/src/it/java/com/threerings/getdown/tests/DigesterTest.java b/core/src/it/java/com/threerings/getdown/tests/DigesterIT.java similarity index 98% rename from core/src/it/java/com/threerings/getdown/tests/DigesterTest.java rename to core/src/it/java/com/threerings/getdown/tests/DigesterIT.java index 4489a80..5cff292 100644 --- a/core/src/it/java/com/threerings/getdown/tests/DigesterTest.java +++ b/core/src/it/java/com/threerings/getdown/tests/DigesterIT.java @@ -16,7 +16,7 @@ import static org.junit.Assert.*; import com.threerings.getdown.tools.Digester; -public class DigesterTest { +public class DigesterIT { @Test public void testDigester () throws Exception {