Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/src/test/java/hudson/cli/DisablePluginCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down