dev-embedded/rauc: Disable event log test

Disable event log test as well.

Closes: https://bugs.gentoo.org/924685
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2024-04-14 16:44:23 +02:00
parent d4d0c80fc5
commit 7b68865a81

View File

@@ -7,12 +7,20 @@ The network and squashfs tests won't work within portage. Disable them.
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
---
test/meson.build | 18 ------------------
1 file changed, 18 deletions(-)
test/meson.build | 19 -------------------
1 file changed, 19 deletions(-)
--- a/test/meson.build
+++ b/test/meson.build
@@ -24,10 +24,6 @@ tests = [
@@ -9,7 +9,6 @@ tests = [
'config_file',
'context',
'dm',
- 'event_log',
'hash_index',
'manifest',
'signature',
@@ -24,10 +23,6 @@ tests = [
'stats',
]
@@ -23,7 +31,7 @@ Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
if get_option('streaming')
tests += 'nbd'
endif
@@ -63,17 +59,3 @@ fakerand = executable(
@@ -63,17 +58,3 @@ fakerand = executable(
'fakerand',
'fakerand.c',
)