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

Retry attempts are not working anymore in 0.6.X #48

Open
maledoux77 opened this issue Nov 8, 2024 · 0 comments
Open

Retry attempts are not working anymore in 0.6.X #48

maledoux77 opened this issue Nov 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@maledoux77
Copy link

maledoux77 commented Nov 8, 2024

Describe the Bug

Using version 0.6.3, I intentionally have tests that fail in a project, and running this command will only attempt to run them once.

dotnet retest -- FailingTests.csproj
πŸ‘‰ Run 45 tests in ~ 1 second ❌
βœ… 44 passed
❌ 1 failed

Steps to Reproduce

Force a failing test in a project, it will not attempt to try like it used to in version 0.4.0

Expected Behavior

I expect to retry 5 times like it did before in 0.4.0

dotnet retest -- FailingTests.csproj

00:00:04 Running tests, attempt #1 ❌
00:00:01 Running 1 tests, attempt #2 ❌
00:00:01 Running 1 tests, attempt #3 ❌
00:00:01 Running 1 tests, attempt #4 ❌
00:00:01 Running 1 tests, attempt #5 ❌

Exception with Stack Trace

Version Info

0.5.0 to 0.6.3 seem broken on attempts to retry

Additional Info

0.4.0 is working from my tests

Back this issue
Back this issue

@maledoux77 maledoux77 added the bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant