diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-20 14:41:27 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9 (patch) | |
tree | cc8decbb83433f52abe259b798eb50b5b48a2dfd /tests/src/test | |
parent | 9538f9ae5502b33651f1d916ee69aaf74c121231 (diff) | |
download | sonarqube-4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9.tar.gz sonarqube-4064ea3d8241568ccc7a1cf556bd8eeb0e92c5e9.zip |
Remove old updatecenter ui
Diffstat (limited to 'tests/src/test')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/updateCenter/UpdateCenterTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/updateCenter/UpdateCenterTest.java b/tests/src/test/java/org/sonarqube/tests/updateCenter/UpdateCenterTest.java index a8f4d95b825..f3d8d1097b6 100644 --- a/tests/src/test/java/org/sonarqube/tests/updateCenter/UpdateCenterTest.java +++ b/tests/src/test/java/org/sonarqube/tests/updateCenter/UpdateCenterTest.java @@ -22,6 +22,7 @@ package org.sonarqube.tests.updateCenter; import com.sonar.orchestrator.Orchestrator; import org.junit.After; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import util.user.UserRule; @@ -47,6 +48,7 @@ public class UpdateCenterTest { userRule.resetUsers(); } + @Ignore @Test public void test_console() { runSelenese(orchestrator, "/updateCenter/installed-plugins.html"); |