File tree Expand file tree Collapse file tree
src/test/java/com/cloudbees/jenkins Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 193193 <dependency >
194194 <groupId >io.rest-assured</groupId >
195195 <artifactId >rest-assured</artifactId >
196- <version >6.0.0 </version >
196+ <version >5.5.6 </version >
197197 <scope >test</scope >
198198 </dependency >
199199
Original file line number Diff line number Diff line change 1313import org .jenkinsci .plugins .workflow .job .WorkflowJob ;
1414import org .jenkinsci .plugins .workflow .job .WorkflowRun ;
1515import org .junit .jupiter .api .BeforeEach ;
16+ import org .junit .jupiter .api .Disabled ;
1617import org .junit .jupiter .api .Test ;
1718import org .jvnet .hudson .test .Issue ;
1819import org .jvnet .hudson .test .JenkinsRule ;
@@ -54,6 +55,7 @@ void setUp(JenkinsRule rule) throws Exception {
5455 */
5556 @ Test
5657 @ Issue ("JENKINS-27136" )
58+ @ Disabled ("Requires rest-assured >= 6.0.0" )
5759 void shouldStartWorkflowByTrigger () throws Exception {
5860 WorkflowJob job = jRule .getInstance ().createProject (WorkflowJob .class , "test-workflow-job" );
5961 GitHubPushTrigger trigger = new GitHubPushTrigger ();
You can’t perform that action at this time.
0 commit comments