Ignored ExternalSiteTest for reliability.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2020-03-07 19:48:53 +01:00
parent 36c7fe8d42
commit ac724a108d
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.Assert;
import org.junit.Assume; import org.junit.Assume;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule; import org.junit.Rule;
import org.junit.Test; import org.junit.Test;
@Ignore
public class ExternalSiteTest public class ExternalSiteTest
{ {
@Rule @Rule