|
@@ -28,6 +28,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlPage;
|
|
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
|
|
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
|
|
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
|
|
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
|
|
import org.junit.jupiter.api.BeforeEach;
|
|
import org.junit.jupiter.api.BeforeEach;
|
|
|
|
+import org.junit.jupiter.api.Disabled;
|
|
import org.junit.jupiter.api.Test;
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -42,6 +43,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
|
|
|
|
|
@SpringBootTest
|
|
@SpringBootTest
|
|
@AutoConfigureMockMvc
|
|
@AutoConfigureMockMvc
|
|
|
|
+@Disabled("gh-127")
|
|
public class CustomUrlsApplicationITests {
|
|
public class CustomUrlsApplicationITests {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|