Skip to content

Commit 8602de6

Browse files
authored
Disable test that fails in PCT (jenkinsci#807)
1 parent bceef94 commit 8602de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/jenkins/plugins/pipelinegraphview/consoleview/PipelineConsoleViewInputTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ void inputWithParametersSucceeds(Page p, JenkinsConfiguredWithCodeRule j) throws
3838

3939
@Test
4040
@ConfiguredWithCode("../configure-appearance.yml")
41+
// Times out on slower systems as it doesn't click the input quick enough
42+
@Disabled("https://github.com/jenkinsci/pipeline-graph-view-plugin/issues/568")
4143
void inputSucceeds(Page p, JenkinsConfiguredWithCodeRule j) throws Exception {
4244
WorkflowRun run =
4345
TestUtils.createAndRunJobNoWait(j, "input", "input.jenkinsfile").waitForStart();

0 commit comments

Comments
 (0)