test: drop unneeded firmware: uefi setting
authorLuca Boccassi <bluca@debian.org>
Sun, 16 Jun 2024 15:08:57 +0000 (16:08 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 18 Jun 2024 18:41:01 +0000 (20:41 +0200)
These tests no longer need this, as they are running in nspawn, drop it

(cherry picked from commit f44fc531c95e37c83203375c411189009a01b482)

test/TEST-09-REBOOT/meson.build
test/TEST-18-FAILUREACTION/meson.build

index c4b41bc97b5df20dfde8ff0308572ce70a2e0be5..b7556189f519c146b5d796a3b2f160588bf02818 100644 (file)
@@ -4,7 +4,5 @@ integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
                 'storage' : 'persistent',
-                # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
-                'firmware' : 'uefi',
         },
 ]
index 5edfbcad1fb179bb81f37585f1eeb943347c0084..8dec5f37e73a80d31833a772fa16883b02a07615 100644 (file)
@@ -3,7 +3,5 @@
 integration_tests += [
         integration_test_template + {
                 'name' : fs.name(meson.current_source_dir()),
-                # FIXME; Figure out why reboot sometimes hangs with 'linux' firmware.
-                'firmware' : 'uefi',
         },
 ]