Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3040a1

Browse files
committedOct 1, 2024··
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.