Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop duplicated <skipped/> element in result file #242

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Apr 17, 2020

The element was actually added as part of the skipped_message several lines earlier.

While multiple elements doesn't violate the JUnit schema, there is no reason to have more than one.

Follow-up to #218

The <skipped/> element was actually added as part of the
`skipped_message` several lines earlier.

While multiple <skipped/> elements doesn't violate the JUnit schema,
there is no reason to have more than one.

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay added the bug Something isn't working label Apr 17, 2020
@cottsay cottsay self-assigned this Apr 17, 2020
@cottsay cottsay added the in review Waiting for review (Kanban column) label Apr 17, 2020
@cottsay cottsay merged commit 40d2021 into master Apr 17, 2020
@delete-merged-branch delete-merged-branch bot deleted the duplicate_skipped_elements branch April 17, 2020 20:13
j-rivero pushed a commit that referenced this pull request Apr 27, 2020
The `<skipped/>` element was actually added as part of the
`skipped_message` several lines earlier.

While multiple `<skipped/>` elements doesn't violate the JUnit schema,
there is no reason to have more than one.

Signed-off-by: Scott K Logan <logans@cottsay.net>
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants