Ignoring tests that connect to external sites.

This commit is contained in:
Simone Bordet 2016-04-11 18:46:44 +02:00
parent 5c3e068cb3
commit ac4ee8fec4
1 changed files with 2 additions and 0 deletions

View File

@ -32,9 +32,11 @@ import org.junit.After;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
@Ignore
public class ExternalSiteTest
{
@Rule