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

Issue 357: Detect ffmpeg bug and ignore test that can't pass #358

Merged

Conversation

marklassau
Copy link
Contributor

Detect the ffmpeg bug that is causing testSizeLimit() to fail in the MacOS builds.

Then use JUnit's assume() method to dynamically ignore the test if we detect that bug.

@marklassau
Copy link
Contributor Author

Notice that in the test results for this PR:

The ubuntu tests report:

Tests run: 182, Failures: 0, Errors: 0, Skipped: 10

But the MacOS tests report:

Tests run: 182, Failures: 0, Errors: 0, Skipped: 11

@kokorin
Copy link
Owner

kokorin commented Sep 8, 2023

Perfect, thanks!

@kokorin kokorin merged commit 5cb4b57 into kokorin:develop Sep 8, 2023
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.

2 participants