diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-01-30 13:31:10 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2018-02-07 16:43:01 +0100 |
commit | 465047d8b497de79ff636e98dab0e34a6edf6257 (patch) | |
tree | d9197bdccf395d1ecc57fb89a90b173d2ec35a30 /tests | |
parent | 4991e63dbe3edb7327588c080e88c3de5a6ec3f5 (diff) | |
download | sonarqube-465047d8b497de79ff636e98dab0e34a6edf6257.tar.gz sonarqube-465047d8b497de79ff636e98dab0e34a6edf6257.zip |
SONAR-10338 Allow authentication of user using an exising email
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/Category4Suite.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/Category4Suite.java b/tests/src/test/java/org/sonarqube/tests/Category4Suite.java index e05708f2e2e..3745186d27a 100644 --- a/tests/src/test/java/org/sonarqube/tests/Category4Suite.java +++ b/tests/src/test/java/org/sonarqube/tests/Category4Suite.java @@ -113,5 +113,7 @@ public class Category4Suite { // reduce memory for Elasticsearch to 128M .setServerProperty("sonar.search.javaOpts", "-Xms128m -Xmx128m") + .setServerProperty("sonar.web.javaAdditionalOpts", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8001") + .build(); } |