From 43fcba65c4b2bfba700e9505e89aae3f39ba83e5 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Thu, 25 Jan 2018 15:10:59 +0100 Subject: [PATCH] Ignore SQL Server integration tests --- .../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 031edbee..17f15c8d 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