From 8fe50be609c02d45168d025c0b188320d001ead0 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 22 Jul 2023 11:14:09 -0600 Subject: [PATCH] Exclude config file provider tests temporarily (#2275) Tests fail with Jenkins 2.415 PR https://github.com/jenkinsci/config-file-provider-plugin/pull/286 Confirmed that PR works, do not delay BOM release for test fix --- excludes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/excludes.txt b/excludes.txt index d24ae5040..cdf639a11 100644 --- a/excludes.txt +++ b/excludes.txt @@ -12,3 +12,8 @@ org.jenkinsci.plugins.gitclient.FilePermissionsTest # TODO tends to run out of memory org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest + +# TODO config file provider test fixes for 2.415 and later: https://github.com/jenkinsci/config-file-provider-plugin/pull/286 +org.jenkinsci.plugins.configfiles.ConfigFilesSEC1253Test +org.jenkinsci.plugins.configfiles.folder.FolderConfigFileActionTest +org.jenkinsci.plugins.configfiles.sec.Security2002Test