From 3054d020d367d59146de33dab363377d1a55c575 Mon Sep 17 00:00:00 2001 From: EvilSeph Date: Thu, 15 Mar 2012 05:46:27 -0400 Subject: Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140 --- .../org/bukkit/craftbukkit/updater/BukkitDLUpdaterServiceTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test') 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 { -- cgit v1.2.3