diff --git a/Mage.Client/src/test/java/mage/client/util/DownloaderTest.java b/Mage.Client/src/test/java/mage/client/util/DownloaderTest.java index 69bb5e382d2..f90f7e8df0a 100644 --- a/Mage.Client/src/test/java/mage/client/util/DownloaderTest.java +++ b/Mage.Client/src/test/java/mage/client/util/DownloaderTest.java @@ -13,6 +13,7 @@ import java.io.InputStream; /** * @author JayDi85 */ +@Ignore // TODO: too many fails due third party servers downtime, migrate to more stable resources or just run it manually public class DownloaderTest { @Test