summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/TEST-09-REBOOT/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build
index b7556189f5..3e46a73e5d 100644
--- a/test/TEST-09-REBOOT/meson.build
+++ b/test/TEST-09-REBOOT/meson.build
@@ -4,5 +4,8 @@ integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'storage' : 'persistent',
+ # FIXME: Figure out why reboot sometimes hangs with 'linux' firmware.
+ # Use 'auto' to automatically fallback on non-uefi architectures.
+ 'firmware' : 'auto',
},
]