From 3794bfddcb1ff983fd51cdbd15d6f34966f87a41 Mon Sep 17 00:00:00 2001 From: Darin Pope Date: Thu, 20 Feb 2025 16:21:46 -0600 Subject: [PATCH] Add exclusions (#4516) --- excludes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/excludes.txt b/excludes.txt index 1e4986fdb..6ffc4129e 100644 --- a/excludes.txt +++ b/excludes.txt @@ -18,3 +18,9 @@ org.jenkinsci.plugins.durabletask.BourneShellScriptTest # TODO tends to run out of memory org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest + +# TODO https://github.com/jenkinsci/build-timeout-plugin/pull/136 times out since move to AWS. Remove after 2.462.x falls off +hudson.plugins.build_timeout.operations.AbortAndRestartOperationTest#abortAndRestartTwice + +# TODO https://github.com/jenkinsci/pipeline-graph-view-plugin/pull/592 times out since move to AWS. Remove after 2.462.x falls off +io.jenkins.plugins.pipelinegraphview.utils.PipelineStepApiTest#gh362_stepsBeforeStepBlockGetValidStatus \ No newline at end of file