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 mage.client.remote.XmageURLConnection;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import javax.imageio.ImageIO;
|
import javax.imageio.ImageIO;
|
||||||
|
|
@ -62,6 +63,7 @@ public class DownloaderTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore // TODO: enable after gatherer server maintenance done
|
||||||
public void test_DownloadFromWindowsServers() throws IOException {
|
public void test_DownloadFromWindowsServers() throws IOException {
|
||||||
// symbols download from gatherer website
|
// symbols download from gatherer website
|
||||||
// error example: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
// 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