diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-03-11 12:43:54 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-03-11 12:43:54 +0000 |
| commit | 0fc06121ac9ed5b6aa9b0d6de0bf78cb9062ab4c (patch) | |
| tree | e590a540a27e7edd962ebc5f5a2bd66afd3d2dd7 /lib/libproc | |
| parent | f95988cc0ef8a3eeefec8e8edbbff53f54067baa (diff) | |
Notes
Diffstat (limited to 'lib/libproc')
| -rw-r--r-- | lib/libproc/tests/proc_test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libproc/tests/proc_test.c b/lib/libproc/tests/proc_test.c index 6be8b93f18ea..8bec0e865c1c 100644 --- a/lib/libproc/tests/proc_test.c +++ b/lib/libproc/tests/proc_test.c @@ -270,6 +270,9 @@ ATF_TC_BODY(symbol_lookup, tc) u_long saved; int error; + if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false)) + atf_tc_skip("https://bugs.freebsd.org/244732"); + phdl = start_prog(tc, false); error = proc_name2sym(phdl, target_prog_file, "main", &main_sym, NULL); |
