Skip to content

Commit 8fe6475

Browse files
committed
Revert "Temporarily disable failing tests"
This reverts commit 02e1a49.
1 parent 02e1a49 commit 8fe6475

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

servlet/java-configuration/saml2/login/src/integTest/java/example/Saml2JavaConfigurationITests.java

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.htmlunit.html.HtmlPasswordInput;
3030
import org.htmlunit.html.HtmlSubmitInput;
3131
import org.junit.jupiter.api.BeforeEach;
32-
import org.junit.jupiter.api.Disabled;
3332
import org.junit.jupiter.api.Test;
3433
import org.junit.jupiter.api.extension.ExtendWith;
3534

@@ -50,7 +49,6 @@
5049
@ExtendWith(SpringExtension.class)
5150
@ContextConfiguration(classes = ApplicationConfiguration.class)
5251
@WebAppConfiguration
53-
@Disabled
5452
public class Saml2JavaConfigurationITests {
5553

5654
private MockMvc mvc;

0 commit comments

Comments
 (0)