diff --git a/test.py b/test.py index cfb58ed..df37f6c 100644 --- a/test.py +++ b/test.py @@ -240,7 +240,6 @@ def clear_cache(): break if skip_test: continue - # If --last-failed is set, only include the tests that are in the 'failed_tests' cache if args.lf and test not in last_failed_tests: continue