mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 08:46:44 +01:00
Disabled BukkitDLUpdaterServiceTests. Nice to have, but should not be run on every compile as it relies on DLB being up. Addresses BUKKIT-1140
This commit is contained in:
parent
c90a7a52e7
commit
3054d020d3
1 changed files with 3 additions and 0 deletions
|
@ -4,8 +4,11 @@ import java.io.FileNotFoundException;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
import static org.junit.Assert.assertNotNull;
|
import static org.junit.Assert.assertNotNull;
|
||||||
|
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@Ignore ("useful tests, but not necessary to run on each compile")
|
||||||
public class BukkitDLUpdaterServiceTest {
|
public class BukkitDLUpdaterServiceTest {
|
||||||
@Test(expected=IOException.class)
|
@Test(expected=IOException.class)
|
||||||
public void testHostNotFound() throws UnsupportedEncodingException, IOException {
|
public void testHostNotFound() throws UnsupportedEncodingException, IOException {
|
||||||
|
|
Loading…
Add table
Reference in a new issue