summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorEvilSeph <evilseph@gmail.com>2012-03-15 05:46:27 -0400
committerEvilSeph <evilseph@gmail.com>2012-03-15 06:05:36 -0400
commit3054d020d367d59146de33dab363377d1a55c575 (patch)
treeb66de656126e0e3d3a49a028e4655fc31ed35f07 /src/test
parentc90a7a52e7b6b11c698de6726cafae349649ba41 (diff)
downloadcraftbukkit-3054d020d367d59146de33dab363377d1a55c575.tar
craftbukkit-3054d020d367d59146de33dab363377d1a55c575.tar.gz
craftbukkit-3054d020d367d59146de33dab363377d1a55c575.tar.lz
craftbukkit-3054d020d367d59146de33dab363377d1a55c575.tar.xz
craftbukkit-3054d020d367d59146de33dab363377d1a55c575.zip
Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/java/org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java b/src/test/java/org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java
index 701de3a3..9f69de0c 100644
--- a/src/test/java/org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java
+++ b/src/test/java/org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java
@@ -4,8 +4,11 @@ import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import static org.junit.Assert.assertNotNull;
+
+import org.junit.Ignore;
import org.junit.Test;
+@Ignore ("useful tests, but not necessary to run on each compile")
public class BukkitDLUpdaterServiceTest {
@Test(expected=IOException.class)
public void testHostNotFound() throws UnsupportedEncodingException, IOException {