forked from scalameta/munit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make flaky tag work with Scalacheck suites (scalameta#478)
* Make flaky tag work with Scalacheck suites Previously, the Scalacheck suite transform was registered after the `.flaky` transform so a flaky test would fail even if it was OK to ignore flaky failures. Reordering the transforms fixes the issue. * Fix duplicate reporting of ignored tests in JS/Native There was a bug in the JS/Native implementation of `RunNotifier` so that it would report that a test was both ignored and that it succeeded.
- Loading branch information
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters