parent
fb42fefaf9
commit
d754bc8d8c
|
|
@ -21,10 +21,7 @@ package org.jasig.cas.client.validation;
|
|||
|
||||
import org.jasig.cas.client.PublicTestHttpServer;
|
||||
import org.jasig.cas.client.util.CommonUtils;
|
||||
import org.junit.After;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.*;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
import java.util.Date;
|
||||
|
|
@ -36,6 +33,7 @@ import static org.junit.Assert.*;
|
|||
* @version $Revision$ $Date$
|
||||
* @since 3.1.3
|
||||
*/
|
||||
@Ignore
|
||||
public final class Saml11TicketValidatorTests extends AbstractTicketValidatorTests {
|
||||
|
||||
private Saml11TicketValidator validator;
|
||||
|
|
|
|||
Loading…
Reference in New Issue