Description: Disables the tests requiring an Internet connectivity
 and causing a build failure on disconnected machines.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/714109
--- a/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoaderTest.java
+++ b/src/test/java/com/puppycrawl/tools/checkstyle/filters/SuppressionsLoaderTest.java
@@ -57,6 +57,7 @@
     }
 
     @Test
+    @org.junit.Ignore
     public void testLoadFromURL()
         throws CheckstyleException, InterruptedException
     {
