Skip to content

Commit

Permalink
fix: exclude prefs from possible entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Nov 15, 2021
1 parent 89ab663 commit 4ff9789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bugmon/evaluator_configs/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ def iterate(
for build_flags in BrowserConfiguration.iter_build_flags(bug):
for env_variables in BrowserConfiguration.iter_env(bug):
for filename in BrowserConfiguration.iter_tests(working_dir):
if prefs and prefs == filename:
continue

for use_harness in [True, False]:
evaluator = BrowserEvaluator(
filename,
Expand Down

0 comments on commit 4ff9789

Please sign in to comment.