summaryrefslogtreecommitdiff
path: root/test/runner/lib/classification.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner/lib/classification.py')
-rw-r--r--test/runner/lib/classification.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/runner/lib/classification.py b/test/runner/lib/classification.py
index 3336434a44..a09a443287 100644
--- a/test/runner/lib/classification.py
+++ b/test/runner/lib/classification.py
@@ -269,9 +269,6 @@ class PathMapper(object):
'network-integration': 'all',
}
- if path.startswith('test/samples/'):
- return minimal
-
if path.startswith('test/sanity/'):
return {
'sanity': 'all', # test infrastructure, run all sanity checks