Skip to content

Commit b3040a1

Browse files
committed
Removes superfluous EnabledOnDatabase.
Closes #1902
1 parent 4834d08 commit b3040a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/JdbcRepositoryIntegrationTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
* @author Paul Jones
110110
*/
111111
@IntegrationTest
112-
@EnabledOnDatabase(DatabaseType.MARIADB)
113112
public class JdbcRepositoryIntegrationTests {
114113

115114
@Autowired NamedParameterJdbcTemplate template;

0 commit comments

Comments
 (0)