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

JUnitReporter seems to silence seed #955

Closed
mikevoets opened this issue Jun 20, 2023 · 2 comments
Closed

JUnitReporter seems to silence seed #955

mikevoets opened this issue Jun 20, 2023 · 2 comments

Comments

@mikevoets
Copy link

Overview

We have a problem with the "# Running tests with run options --seed 52273:" not outputting when we run the tests with a JUnitReporter.

Repro steps

reporters = [Minitest::Reporters::DefaultReporter.new(color: true)]
reporters << Minitest::Reporters::JUnitReporter.new('test/reports', true, { single_file: true })
Minitest::Reporters.use!(reporters)

Expected behaviour

"# Running tests with run options --seed 52273:" is outputted in stdout when we run the tests.

Actual behaviour

We don't get such output.

Note

When we remove the JUnitReporter, the expected behaviour occurs.

@zenspider
Copy link
Collaborator

Have you reported this to the implementor of the junit reporter?

@zenspider
Copy link
Collaborator

No response. Closing. Please file this against Minitest::Reporters.

@zenspider zenspider closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants