mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
tests: temporary fixed
This commit is contained in:
parent
5c8c3d2441
commit
707fe5898d
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ package mage.client.util;
|
|||
|
||||
import mage.client.remote.XmageURLConnection;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
|
|
@ -62,6 +63,7 @@ public class DownloaderTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // TODO: enable after gatherer server maintenance done
|
||||
public void test_DownloadFromWindowsServers() throws IOException {
|
||||
// symbols download from gatherer website
|
||||
// error example: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue