Skip to content

Commit

Permalink
Temporarily ignore scriptler tests (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jun 20, 2023
1 parent d75f44b commit 17be95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/plugins/ScriptlerPluginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import org.jenkinsci.test.acceptance.po.Slave;
import org.jenkinsci.test.acceptance.slave.SlaveController;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.util.HashMap;
Expand All @@ -43,6 +44,7 @@
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;

@Ignore("Needs adapting to https://github.com/jenkinsci/scriptler-plugin/pull/59, see https://github.com/jenkinsci/acceptance-test-harness/issues/1239")
@WithPlugins("scriptler")
public class ScriptlerPluginTest extends AbstractJUnitTest {

Expand Down

0 comments on commit 17be95d

Please sign in to comment.