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:
Glenn Renfro
2022-06-15 08:23:32 -04:00
parent c2dd779813
commit fefb7cc6ff

View File

@@ -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(