]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8498 Disable check on api/l10/index
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 7 Dec 2016 11:58:41 +0000 (12:58 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 7 Dec 2016 13:36:18 +0000 (14:36 +0100)
UpgrateTest on QA doesn't use current build of SQ but latest version on repox.

tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java

index da86ece438988e61dbd497c49a8809d8d464b0cc..2f68a43c89fd7c4b0e3e5701b7c389c6bb81934f 100644 (file)
@@ -115,7 +115,8 @@ public class UpgradeTest {
     checkUrlIsReturningOk("/api/system/status");
     checkUrlIsReturningOk("/api/system/db_migration_status");
     checkUrlIsReturningOk("/api/webservices/list");
-    checkUrlIsReturningOkOnlyForDevVersion("/api/l10n/index", sqVersion);
+    // TODO Reactivate when latest Sonarqube version will be in repox
+//    checkUrlIsReturningOkOnlyForDevVersion("/api/l10n/index", sqVersion);
 
     // These urls should not be available when system requires a migration
     checkUrlIsReturningNotFound("/api/issues/search?projectKeys=org.apache.struts%3Astruts-core");