-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Regression: test.only does not group skipped tests anymore #8969
Comments
This behavior was changed in v23 if I remember correctly, so it works as expected. |
@thymikee I'm using |
@sheerun If you have a minimal repro case we can download, please create a new issue and post there. |
@thymikee I don't get it. Author of this issue already posted issue and minimal repro that you can even run in browser |
This issue happens in 24.9.0 which has been released in August while this PR has been merged in March.. It is a regression |
(it's happening not in verbose mode, but normal mode) |
Also my use case: I have 120 tests and have |
Any chance to revert this change? |
Any news here? just hit this as well. Very annoying. |
I am seeing the same issue here, when I focus on a few tests out of dozens. Any updates? |
Happy yearversary of this issue everyone... |
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 14 days. |
Still actual in 27.4.7 |
Still an issue in 29.3.0 |
This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been stalled for 30 days with no activity. Please open a new issue if the issue is still relevant, linking to this one. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
According to #2593 a .only on a test should remove the other tests from the test output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only the single test should be in the output.
Link to repl or repo (highly encouraged)
https://repl.it/repls/NavajowhiteRemoteOutlier
envinfo
Ubuntu 18.04 , Node 10.16.3.
The text was updated successfully, but these errors were encountered: