diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index b15e5f1f..c0d46ecf 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -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