summaryrefslogtreecommitdiff
path: root/framework/profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/profile.py')
-rw-r--r--framework/profile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/profile.py b/framework/profile.py
index e016a3689..e00fbc4d7 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -260,7 +260,6 @@ class TestProfile(object):
"""Filter for user-specified restrictions"""
return ((not options.OPTIONS.include_filter or
matches_any_regexp(path, options.OPTIONS.include_filter))
- and path not in options.OPTIONS.exclude_tests
and not matches_any_regexp(path, options.OPTIONS.exclude_filter))
filters = self.filters + [test_matches]