The firmware update test attempts a system-suspend test which may break systems that have a broken driver, or otherwise are not prepared to support suspend.
Link: https://github.com/pmem/ndctl/issues/221 Reported-by: Yi Zhang <[email protected]> Signed-off-by: Dan Williams <[email protected]> --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index 5953c286d13f..c31d8eac66c5 100644 --- a/test/meson.build +++ b/test/meson.build @@ -170,7 +170,6 @@ tests = [ [ 'btt-errors.sh', btt_errors, 'ndctl' ], [ 'hugetlb', hugetlb, 'ndctl' ], [ 'btt-pad-compat.sh', btt_pad_compat, 'ndctl' ], - [ 'firmware-update.sh', firmware_update, 'ndctl' ], [ 'ack-shutdown-count-set', ack_shutdown_count, 'ndctl' ], [ 'rescan-partitions.sh', rescan_partitions, 'ndctl' ], [ 'inject-smart.sh', inject_smart, 'ndctl' ], @@ -196,6 +195,7 @@ if get_option('destructive').enabled() mmap_test = find_program('mmap.sh') tests += [ + [ 'firmware-update.sh', firmware_update, 'ndctl' ], [ 'pmem-ns', pmem_ns, 'ndctl' ], [ 'sub-section.sh', sub_section, 'dax' ], [ 'dax-dev', dax_dev, 'dax' ],
