Ignoring tests that connect to external sites.
This commit is contained in:
parent
5c3e068cb3
commit
ac4ee8fec4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue