From 2f49a8ac25bb33471be255340cb90ea33be2b605 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 9 Jan 2018 13:46:17 +0100 Subject: [PATCH] Ignore SQL Server integration tests This commit temporarily disables SQL Server integration tests due to frequent container startup failures on Jenkins. See gh-959 --- .../jdbc/SQLServerJdbcOperationsSessionRepositoryITests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc/SQLServerJdbcOperationsSessionRepositoryITests.java b/spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc/SQLServerJdbcOperationsSessionRepositoryITests.java index a18e5279..acec0c46 100644 --- a/spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc/SQLServerJdbcOperationsSessionRepositoryITests.java +++ b/spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc/SQLServerJdbcOperationsSessionRepositoryITests.java @@ -20,6 +20,7 @@ import javax.sql.DataSource; import com.microsoft.sqlserver.jdbc.SQLServerDataSource; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.runner.RunWith; import org.testcontainers.containers.MSSQLServerContainer; @@ -38,6 +39,7 @@ import org.springframework.test.context.web.WebAppConfiguration; * * @author Vedran Pavic */ +@Ignore @RunWith(SpringRunner.class) @WebAppConfiguration @ContextConfiguration