File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3232import com .gargoylesoftware .htmlunit .html .HtmlTextArea ;
3333import com .gargoylesoftware .htmlunit .util .NameValuePair ;
3434import com .google .common .collect .ImmutableMap ;
35+ import hudson .Functions ;
3536import hudson .model .Item ;
3637import hudson .model .Result ;
3738import hudson .plugins .git .GitSCM ;
5455import org .jenkinsci .plugins .workflow .job .WorkflowRun ;
5556import org .junit .Test ;
5657import static org .junit .Assert .*;
58+ import static org .junit .Assume .assumeFalse ;
5759import org .junit .ClassRule ;
5860import org .junit .Rule ;
5961import org .jvnet .hudson .test .BuildWatcher ;
@@ -188,6 +190,7 @@ public class FolderLibrariesTest {
188190
189191 @ Issue ("JENKINS-43019" )
190192 @ Test public void classCastException () throws Exception {
193+ assumeFalse ("Too slow, prone to timing out before getting to build #51" , Functions .isWindows ());
191194 sampleRepo1 .init ();
192195 sampleRepo1 .write ("src/pkg/Obj.groovy" , "package pkg; public class Obj implements Serializable {public Obj() {}}" );
193196 sampleRepo1 .write ("vars/objs.groovy" , "@groovy.transform.Field final pkg.Obj OBJ = new pkg.Obj()" );
You can’t perform that action at this time.
0 commit comments