|
@@ -20,6 +20,7 @@ import com.codeborne.selenide.Configuration;
|
|
|
import com.codeborne.selenide.Selenide;
|
|
|
import org.junit.jupiter.api.AfterEach;
|
|
|
import org.junit.jupiter.api.BeforeAll;
|
|
|
+import org.junit.jupiter.api.Disabled;
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
import org.openqa.selenium.By;
|
|
|
import org.testcontainers.containers.BindMode;
|
|
@@ -38,6 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
|
@Testcontainers
|
|
|
+@Disabled
|
|
|
class CasLoginApplicationTests {
|
|
|
|
|
|
@LocalServerPort
|