From 607d4b1e579ff85b942cfbe5de02d3192382a518 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Mon, 11 Mar 2019 12:36:33 -0600 Subject: [PATCH] Skip SMART self-test in quick mode * Addresses issue #96 --- .bin/Scripts/functions/hw_diags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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