Rolling back test change for this release
Due to updates in the latest Spring Boot these changes don't work in the old milestone
This commit is contained in:
@@ -136,7 +136,7 @@ public class SimpleTaskAutoConfigurationTests {
|
||||
applicationContextRunner);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void testMultipleConfigurers() {
|
||||
ApplicationContextRunner applicationContextRunner = new ApplicationContextRunner()
|
||||
.withConfiguration(AutoConfigurations.of(
|
||||
@@ -150,7 +150,7 @@ public class SimpleTaskAutoConfigurationTests {
|
||||
applicationContextRunner);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
public void testMultipleDataSources() {
|
||||
ApplicationContextRunner applicationContextRunner = new ApplicationContextRunner()
|
||||
.withConfiguration(AutoConfigurations.of(
|
||||
|
||||
Reference in New Issue
Block a user