Skip to content

Commit

Permalink
Remove Disabled annotation from CTR Test
Browse files Browse the repository at this point in the history
Remove @disabled from ComposedTaskRunnerConfigurationWithVersionPropertiesTests.composedConfiguration

Whoops;
  • Loading branch information
cppwfs committed Oct 4, 2024
1 parent ff475b8 commit fb89c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class ComposedTaskRunnerConfigurationWithVersionPropertiesTests {

@Test
@DirtiesContext
@Disabled("waiting for Glenn")
void composedConfiguration() throws Exception {
JobExecution jobExecution = this.jobRepository.createJobExecution(
"ComposedTest", new JobParameters());
Expand Down

0 comments on commit fb89c37

Please sign in to comment.