Skip to content

Commit 84e8e11

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

115114
@Autowired NamedParameterJdbcTemplate template;
116115
@Autowired DummyEntityRepository repository;

0 commit comments

Comments
 (0)