From 30af2ef2c82a01a09341e6d53a0ffcc84e6199ee Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Fri, 7 Feb 2025 08:07:12 +0400 Subject: [PATCH] tests: improved stability --- Mage.Client/src/test/java/mage/client/util/DownloaderTest.java | 1 + 1 file changed, 1 insertion(+) 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