Skip to content

Commit

Permalink
Removed duplicate test that is now in DatabaseTypeTests
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Dec 6, 2023
1 parent 1c31b78 commit 225ef87
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ void taskCreation() {
.allSatisfy((taskExecution) -> assertThat(taskExecution.getExecutionId()).isNotEqualTo(0L));
}

@Test
void shouldSupportRowNumberFunction(@Autowired DataSource dataSource) throws MetaDataAccessException {
assertThat(DatabaseType.supportsRowNumberFunction(dataSource)).isEqualTo(supportsRowNumberFunction());
}

@ParameterizedTest
@MethodSource("schemaVersionTargetsProvider")
void shouldListJobExecutionsUsingPerformantRowNumberQuery(
Expand Down

0 comments on commit 225ef87

Please sign in to comment.