|
@@ -28,6 +28,7 @@ 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.junit.jupiter.api.extension.ExtendWith;
|
|
|
|
|
@@ -44,6 +45,7 @@ import org.springframework.web.context.WebApplicationContext;
|
|
|
|
|
|
import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
|
+@Disabled
|
|
|
@ExtendWith(SpringExtension.class)
|
|
|
@ContextConfiguration(locations = { "file:src/main/webapp/WEB-INF/spring-servlet.xml",
|
|
|
"file:src/main/webapp/WEB-INF/spring/security.xml" })
|