Skip to content

Commit

Permalink
Revert "Temporarily disable failing tests"
Browse files Browse the repository at this point in the history
This reverts commit 02e1a49.
  • Loading branch information
sjohnr committed Nov 26, 2024
1 parent 02e1a49 commit 8fe6475
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.htmlunit.html.HtmlPasswordInput;
import org.htmlunit.html.HtmlSubmitInput;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;

Expand All @@ -50,7 +49,6 @@
@ExtendWith(SpringExtension.class)
@ContextConfiguration(classes = ApplicationConfiguration.class)
@WebAppConfiguration
@Disabled
public class Saml2JavaConfigurationITests {

private MockMvc mvc;
Expand Down

0 comments on commit 8fe6475

Please sign in to comment.