Skip SMART self-test in quick mode

* Addresses issue #96
This commit is contained in:
2Shirt 2019-03-11 12:36:33 -06:00
parent 6edfcc9766
commit 607d4b1e57
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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