parent
6edfcc9766
commit
607d4b1e57
1 changed files with 1 additions and 1 deletions
|
|
@ -1418,7 +1418,7 @@ def run_nvme_smart_tests(state, test):
|
|||
TOP_PANE_TEXT, dev.description))
|
||||
|
||||
# SMART short self-test
|
||||
if dev.smart_attributes:
|
||||
if dev.smart_attributes and not state.quick_mode:
|
||||
run_smart_short_test(state, test)
|
||||
|
||||
# Attribute check
|
||||
|
|
|
|||
Loading…
Reference in a new issue