aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-tests
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-02 11:47:23 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-02-03 11:59:06 +0100
commit7e314ff4c23848a2496ed8375d7c8181808c60c2 (patch)
tree3ea11f0b08ed3aacbf1b43a92d67ab2732f9984e /it/it-tests
parent9a679cda21dfc990ca59dd7e462bfac574c32a9c (diff)
downloadsonarqube-7e314ff4c23848a2496ed8375d7c8181808c60c2.tar.gz
sonarqube-7e314ff4c23848a2496ed8375d7c8181808c60c2.zip
SONAR-7762 Remove remaing property definition
Diffstat (limited to 'it/it-tests')
-rw-r--r--it/it-tests/src/test/java/it/user/LocalAuthenticationTest.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/it/it-tests/src/test/java/it/user/LocalAuthenticationTest.java b/it/it-tests/src/test/java/it/user/LocalAuthenticationTest.java
index 7dff2a847ce..491896a1019 100644
--- a/it/it-tests/src/test/java/it/user/LocalAuthenticationTest.java
+++ b/it/it-tests/src/test/java/it/user/LocalAuthenticationTest.java
@@ -22,7 +22,6 @@ package it.user;
import com.codeborne.selenide.Condition;
import com.sonar.orchestrator.Orchestrator;
import it.Category4Suite;
-import java.io.IOException;
import java.util.UUID;
import org.junit.After;
import org.junit.AfterClass;
@@ -180,18 +179,6 @@ public class LocalAuthenticationTest {
}
@Test
- @Ignore("signing up will be dropped: SONAR-7762")
- public void allow_users_to_sign_up() throws IOException {
- setServerProperty(ORCHESTRATOR, "sonar.allowUsersToSignUp", "true");
-
- runSelenese(ORCHESTRATOR, "/user/LocalAuthenticationTest/allow_users_to_sign_up.html");
-
- // This check is failing because signup doesn't refresh the users ES index !
- // Will be fixed by SONAR-7308
- // userRule.verifyUserExists("signuplogin", "SignUpName", null);
- }
-
- @Test
public void authentication_through_ui() {
runSelenese(ORCHESTRATOR,
"/user/LocalAuthenticationTest/login_successful.html",