]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4898 revert configuration test
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Jul 2014 21:07:25 +0000 (23:07 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Jul 2014 21:07:25 +0000 (23:07 +0200)
sonar-application-test/src/test/java/ForkTest.java

index 613be270fb1b34e2a330424378d16ae0074a9f7b..79c5f35f1529cd2e706e4de262b3936837b2b877 100644 (file)
@@ -49,7 +49,6 @@ public class ForkTest {
   @Test
   public void start_and_stop() {
     OrchestratorBuilder builder = Orchestrator.builderEnv();
-    builder.setOrchestratorProperty("orchestrator.configUrl", "http://infra/jenkins/orch-embedded.properties");
     builder.setSonarVersion("DEV");
     builder.addPlugin(MavenLocation.create("com.sonarsource.xoo", "sonar-xoo-plugin", "1.0-SNAPSHOT"));
     orchestrator = builder.build();