From 7b18b0eda850cde5b293b7dc910ac0b3a0ef0fed Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Thu, 14 Dec 2023 04:45:06 -0700 Subject: [PATCH] Revert "Exclude AggregatedTestResultPublisherTest" https://github.com/jenkinsci/junit-plugin/releases/tag/1252.vfc2e5efa_294f is the JUnit plugin release that fixes the test. Special thanks to Tim Jacomb for fixing the test in https://github.com/jenkinsci/junit-plugin/pull/591 https://github.com/jenkinsci/junit-plugin/issues/588 is the issue report for the JUnit plugin tests that depend on the icon based build status display. https://github.com/jenkinsci/jenkins/pull/8705 is the Jenkins core pull request that switched from using icon based build status to symbol based build status. That change also fixes a layout issue in the Safari web browser. This reverts commit cb2376ef4fe26b68fef13139290b5e65ddc447ec. Author: Mark Waite Date: Tue Nov 28 22:00:27 2023 -0700 --- excludes.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/excludes.txt b/excludes.txt index 1131a8c1a..7e400758d 100644 --- a/excludes.txt +++ b/excludes.txt @@ -16,6 +16,3 @@ org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest # TODO https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/660 org.jenkinsci.plugins.pipeline.modeldefinition.endpoints.ErrorsEndpointOpsTest org.jenkinsci.plugins.pipeline.modeldefinition.validator.ErrorsJSONParserTest - -# TODO https://github.com/jenkinsci/junit-plugin/issues/588 -hudson.tasks.test.AggregatedTestResultPublisherTest