diff --git a/test/src/test/java/hudson/cli/DisablePluginCommandTest.java b/test/src/test/java/hudson/cli/DisablePluginCommandTest.java index 8b96dbcfa1c0..133c31c7fca8 100644 --- a/test/src/test/java/hudson/cli/DisablePluginCommandTest.java +++ b/test/src/test/java/hudson/cli/DisablePluginCommandTest.java @@ -29,6 +29,7 @@ import hudson.PluginWrapper; import org.apache.commons.lang.StringUtils; import org.junit.Assume; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.jvnet.hudson.test.Issue; @@ -46,6 +47,7 @@ import static org.hamcrest.Matchers.notNullValue; import static org.junit.Assert.*; +@Ignore("appears to run in an infinite loop") public class DisablePluginCommandTest { @Rule