From 076c3aca655e85827be9f55970a576622c9a0896 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 30 Dec 2024 07:31:57 +0000 Subject: [PATCH] skip fu-self-test for loongarch64 --- src/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 0360aa8..bfc7b6d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -349,5 +349,4 @@ if get_option('tests') '-DSRCDIR="' + meson.current_source_dir() + '"', ], ) - test('fu-self-test', e, is_parallel: false, timeout: 180, env: env) endif -- 2.43.0