Skip to content

Commit f8eb230

Browse files
committed
Ignore Redshift in DatabaseDriverClassNameTests
Closes gh-16831
1 parent 64860e1 commit f8eb230

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/jdbc/DatabaseDriverClassNameTests.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2018 the original author or authors.
2+
* Copyright 2012-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -46,7 +46,8 @@ public class DatabaseDriverClassNameTests {
4646
private static final Set<DatabaseDriver> EXCLUDED_DRIVERS = Collections
4747
.unmodifiableSet(EnumSet.of(DatabaseDriver.UNKNOWN, DatabaseDriver.ORACLE,
4848
DatabaseDriver.DB2, DatabaseDriver.DB2_AS400, DatabaseDriver.INFORMIX,
49-
DatabaseDriver.HANA, DatabaseDriver.TERADATA));
49+
DatabaseDriver.HANA, DatabaseDriver.TERADATA,
50+
DatabaseDriver.REDSHIFT));
5051

5152
private final String className;
5253

0 commit comments

Comments
 (0)