38 lines
1.5 KiB
Diff
38 lines
1.5 KiB
Diff
|
From 51a2e7be5ec1a28be11d309897671c8dd4511ae8 Mon Sep 17 00:00:00 2001
|
||
|
From: Luca Boccassi <bluca@debian.org>
|
||
|
Date: Sun, 16 Jun 2024 16:08:57 +0100
|
||
|
Subject: [PATCH] test: drop unneeded firmware: uefi setting
|
||
|
|
||
|
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 | 2 --
|
||
|
test/TEST-18-FAILUREACTION/meson.build | 2 --
|
||
|
2 files changed, 4 deletions(-)
|
||
|
|
||
|
diff --git a/test/TEST-09-REBOOT/meson.build b/test/TEST-09-REBOOT/meson.build
|
||
|
index c4b41bc97b..b7556189f5 100644
|
||
|
--- a/test/TEST-09-REBOOT/meson.build
|
||
|
+++ b/test/TEST-09-REBOOT/meson.build
|
||
|
@@ -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',
|
||
|
},
|
||
|
]
|
||
|
diff --git a/test/TEST-18-FAILUREACTION/meson.build b/test/TEST-18-FAILUREACTION/meson.build
|
||
|
index 5edfbcad1f..8dec5f37e7 100644
|
||
|
--- a/test/TEST-18-FAILUREACTION/meson.build
|
||
|
+++ b/test/TEST-18-FAILUREACTION/meson.build
|
||
|
@@ -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',
|
||
|
},
|
||
|
]
|