aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-12-07 12:58:41 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-12-07 14:36:18 +0100
commit1b5cf24abbd68d80015c572386f35ebb4301283c (patch)
tree51f7904da831454e72bccfdd7bb708f16380e878 /tests
parent4c41dd295e14c845f2f0ecdfc38fcf2350fe4d11 (diff)
downloadsonarqube-1b5cf24abbd68d80015c572386f35ebb4301283c.tar.gz
sonarqube-1b5cf24abbd68d80015c572386f35ebb4301283c.zip
SONAR-8498 Disable check on api/l10/index
UpgrateTest on QA doesn't use current build of SQ but latest version on repox.
Diffstat (limited to 'tests')
-rw-r--r--tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java b/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java
index da86ece4389..2f68a43c89f 100644
--- a/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java
+++ b/tests/upgrade/src/test/java/org/sonarsource/sonarqube/upgrade/UpgradeTest.java
@@ -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");