From 522c10bd4695a5346b76051cba0a597a9d96bb68 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 22 Jul 2023 13:58:20 -0600 Subject: [PATCH] Revert "Exclude config file provider tests temporarily (#2275)" (#2278) Fixed issue https://github.com/jenkinsci/bom/issues/2274 with pull request https://github.com/jenkinsci/bom/pull/2276 https://github.com/jenkinsci/config-file-provider-plugin/pull/286 fixed it thanks to @mawinter69 and @rsandell. This reverts commit 8fe50be609c02d45168d025c0b188320d001ead0. --- excludes.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/excludes.txt b/excludes.txt index cdf639a11..d24ae5040 100644 --- a/excludes.txt +++ b/excludes.txt @@ -12,8 +12,3 @@ 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