Reenable SAML2 tests

This commit is contained in:
Marcus Da Coregio
2023-03-08 14:06:24 -03:00
parent f27d800bcf
commit d080723f5e
7 changed files with 1 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -34,7 +33,6 @@ import org.springframework.test.web.servlet.MockMvc;
import static org.assertj.core.api.Assertions.assertThat;
@Disabled
@SpringBootTest
@AutoConfigureMockMvc
public class Saml2LoginApplicationITests {