Files
BMLFS/patches/libproxy-chimera/tests.patch
2023-09-21 09:13:33 -05:00

20 lines
553 B
Diff

commit 831be4b298feffb3b5a948307120f94e9c3e62f0
Author: Daniel Kolesa <daniel@octaforge.org>
Date: Thu Jun 1 20:01:13 2023 +0200
disable failing test
diff --git a/tests/meson.build b/tests/meson.build
index f955f15..4c973a7 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -17,7 +17,7 @@ if get_option('tests')
env: envs
)
- if get_option('pacrunner-duktape')
+ if false
px_manager_test = executable('test-px-manager',
['px-manager-test.c', 'px-manager-helper.c'],
include_directories: px_backend_inc,