From bad33579c56b73d56e0b220c98faad7893609b85 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 18 Mar 2024 10:21:04 +0800 Subject: [PATCH] tests: Disable filemonitor testcase Since filemonitor testcase requires that host kernel being a LTS version, we cannot guarantee that on OBS system. Lets disable it by default. Signed-off-by: Ying Fang Signed-off-by: Jinhao Gao Signed-off-by: Yuan Zhang --- tests/unit/meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/meson.build b/tests/unit/meson.build index a05d471090..598ba41bb9 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -142,9 +142,6 @@ if have_system 'test-vmstate': [migration, io], 'test-yank': ['socket-helpers.c', qom, io, chardev] } - if config_host_data.get('CONFIG_INOTIFY1') - tests += {'test-util-filemonitor': []} - endif # Some tests: test-char, test-qdev-global-props, and test-qga, # are not runnable under TSan due to a known issue. -- 2.27.0