Commit 3d714d30 authored by Phillip Webb's avatar Phillip Webb

Allow snapshot repositories in integration tests

Update CLI SampleIntegrationTests to no longer disable snapshot repos.
parent 19b74461
...@@ -71,7 +71,7 @@ public class SampleIntegrationTests { ...@@ -71,7 +71,7 @@ public class SampleIntegrationTests {
@Before @Before
public void setup() throws Exception { public void setup() throws Exception {
System.setProperty("disableSpringSnapshotRepos", "true"); System.setProperty("disableSpringSnapshotRepos", "false");
new CleanCommand().run("org.springframework"); new CleanCommand().run("org.springframework");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment