Skip to content

Commit

Permalink
Disable SAML 2.0 Tests
Browse files Browse the repository at this point in the history
Issue gh-127
  • Loading branch information
jzheaux committed Dec 10, 2024
1 parent e121127 commit 56ad5ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
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;
Expand All @@ -42,6 +43,7 @@

@SpringBootTest
@AutoConfigureMockMvc
@Disabled("gh-127")
public class CustomUrlsApplicationITests {

@Autowired
Expand Down

0 comments on commit 56ad5ba

Please sign in to comment.