Make sure dataflow works with and without h2

This commit is contained in:
Dave Syer
2017-03-07 10:02:39 +00:00
parent a055893243
commit 1c0ab6f4fe
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,7 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest({ "spring.datasource.url=jdbc:h2:tcp://localhost:9096/./target/test",
"spring.cloud.bus.enabled=false", "eureka.client.enabled=false" })
@SpringBootTest({ "spring.cloud.bus.enabled=false", "eureka.client.enabled=false" })
public class DeployerApplicationTests {
@Test