aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-07-21 11:37:22 +0100
committerGitHub <noreply@github.com>2022-07-21 11:37:22 +0100
commit1305f161b7e0dd2c2a420c17efcb0bd49b94dad4 (patch)
tree8953b2b7ac5144e3535d9d803aca2015a5305532 /meson_options.txt
parent36beb63be45ad1412562a98d9373a4c0bd91ab3d (diff)
downloadlibvfio-user-1305f161b7e0dd2c2a420c17efcb0bd49b94dad4.zip
libvfio-user-1305f161b7e0dd2c2a420c17efcb0bd49b94dad4.tar.gz
libvfio-user-1305f161b7e0dd2c2a420c17efcb0bd49b94dad4.tar.bz2
disable client-server test by default (#700)
This test is flaky: there is some kind of race that causes the test to hang. Now we are run as part of qemu CI, we need to disable this by default, until we can find time to fix the test. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5dd2efd..a731e06 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,3 +6,5 @@ option('debug-logs', type: 'feature', value: 'auto',
description: 'enable extra debugging code (default for debug builds)')
option('shadow-ioeventfd', type: 'boolean', value : false,
description: 'enable shadow ioeventfd (experimental)')
+option('client-server-test', type: 'boolean', value : false,
+ description: 'enable client-server test (flaky)')