Fix failing database test on 1.7
This commit is contained in:
parent
498ca07698
commit
368f279788
|
|
@ -34,7 +34,6 @@ import java.util.logging.Logger;
|
||||||
import javax.sql.DataSource;
|
import javax.sql.DataSource;
|
||||||
|
|
||||||
import org.apache.commons.dbcp.BasicDataSource;
|
import org.apache.commons.dbcp.BasicDataSource;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.mockito.Mockito;
|
import org.mockito.Mockito;
|
||||||
import org.springframework.boot.TestUtils;
|
import org.springframework.boot.TestUtils;
|
||||||
|
|
@ -82,7 +81,6 @@ public class DataSourceAutoConfigurationTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void testExplicitDriverClassClearsUserName() throws Exception {
|
public void testExplicitDriverClassClearsUserName() throws Exception {
|
||||||
TestUtils
|
TestUtils
|
||||||
.addEnviroment(
|
.addEnviroment(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue