diff options
Diffstat (limited to 'tests/src')
-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"); |