Skip to content

Drop the surefire exclusion for a test that no longer exists - #1081

Merged
slachiewicz merged 1 commit into
masterfrom
drop-stale-surefire-exclude
Aug 16, 2026
Merged

Drop the surefire exclusion for a test that no longer exists#1081
slachiewicz merged 1 commit into
masterfrom
drop-stale-surefire-exclude

Conversation

@slachiewicz

Copy link
Copy Markdown
Member

The xdoc module excludes XmlWriterXdocSinkTest from surefire. That test was disabled in 2010 under DOXIA-408 — it failed on Windows and covered an already-deprecated feature — and was then deleted outright in 8e689f84 ("[DOXIA-632] Remove remaining deprecated code"), along with XmlWriterXdocSink itself. The exclusion outlived both and now names a file that is not there.

Removing it takes the whole <build> section with it, since the exclusion was the only thing in it.

Verified: the module runs the same 134 tests before and after, so the exclusion was matching nothing.

This change was created with AI assistance.

The xdoc module excluded XmlWriterXdocSinkTest from surefire. That test was
disabled in 2010 under DOXIA-408 because it failed on Windows and covered an
already-deprecated feature, then deleted outright in 8e689f8 along with the
rest of the deprecated code; XmlWriterXdocSink itself is gone too. The
exclusion outlived both and now names a file that is not there.

Removing it takes the whole build section with it, since the exclusion was the
only thing in it.

Verified: the xdoc module runs the same 134 tests before and after, so the
exclusion was matching nothing
@slachiewicz
slachiewicz merged commit 474a30f into master Aug 16, 2026
17 of 26 checks passed
@slachiewicz
slachiewicz deleted the drop-stale-surefire-exclude branch August 16, 2026 21:02
@github-actions

Copy link
Copy Markdown

@slachiewicz Please assign appropriate label to PR according to the type of change.

@github-actions github-actions Bot added this to the 2.1.1 milestone Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant