| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 68b2b5c commit 7e941eb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1184,6 +1184,9 @@ def ClassifyTests(self, cases, env): | |||
| 1184 | 1184 | outcomes = reduce(set.union, outcomes_list, set()) | |
| 1185 | 1185 | unused_rules.difference_update(matches) | |
| 1186 | 1186 | case.outcomes = set(outcomes) or set([PASS]) | |
| 1187 | + # slow tests may also just pass. | ||
| 1188 | + if SLOW in case.outcomes: | ||
| 1189 | + case.outcomes.add(PASS) | ||
| 1187 | 1190 | result.append(case) | |
| 1188 | 1191 | return result, unused_rules | |
| 1189 | 1192 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments