Unity Issue Tracker - Test Runner reruns all tests of a class, which has at least a single failed test when the "Rerun Failed" button is pressed
Fixed
DSTR-1087
Test Runner reruns all tests of a class, which has at least a single failed test when the "Rerun Failed" button is pressed
Package: Test-Framework
Fixed
2.0.X
Won't Fix
1.4.X
The issue is fixed in 1.5.1 version, further releases of 1.4.x stream are not planned
Reproduction steps:
1. Open the attached “ReproProject.zip“ project
2. Open the Test Runner window (Window > General > Test Runner)
3. Select the “RandomFailing“ Category
4. Press “Run All tests”
5. Press “Rerun Failed“
6. Observer
Expected result: The Test Runner reruns only the failed tests
Actual result: The Test Runner reruns all of the class’s tests, which has at least a single test that’s failed (in this case all 9 are reran)