disabled infrastructure depending test

This commit is contained in:
jomu
2015-02-04 22:23:43 +00:00
parent 4537fb02f1
commit 208e6bca81

View File

@ -4,6 +4,7 @@ import de.muehlencord.shared.sharepoint.api.sites.SPSite;
import java.net.MalformedURLException; import java.net.MalformedURLException;
import java.security.KeyManagementException; import java.security.KeyManagementException;
import java.security.NoSuchAlgorithmException; import java.security.NoSuchAlgorithmException;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
/** /**
@ -14,6 +15,7 @@ public class NtlmAuthenticatorTest extends BaseTest {
@Test @Test
@Ignore // Depends on available sharepoint currently
public void testAuthentication() throws MalformedURLException, NoSuchAlgorithmException, KeyManagementException { public void testAuthentication() throws MalformedURLException, NoSuchAlgorithmException, KeyManagementException {
SPSite instance = new SPSite(context); SPSite instance = new SPSite(context);
instance.getRootWeb(); instance.getRootWeb();