diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-15 12:14:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-15 12:18:51 +0200 |
commit | 33572a36624aa1c5cca409cfee36eb67982f4891 (patch) | |
tree | 257b649d91630b5dc14cc5ed62b01c54d37f8349 /gnu/tests | |
parent | 8b310793d2b7d3cf5b3a5301423640dcf68e2528 (diff) | |
download | guix-33572a36624aa1c5cca409cfee36eb67982f4891.tar guix-33572a36624aa1c5cca409cfee36eb67982f4891.tar.gz |
tests: Skip unreliable "herd invalidate nscd" test.
* gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong
table"]: Skip unconditionally.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/base.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index cf942fe5e1..247f237622 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -382,6 +382,9 @@ info --version") result) marionette)) + ;; FIXME: The 'invalidate' action can't reliably obtain the exit + ;; code of 'nscd' so skip this test. + (test-skip 1) (test-equal "nscd invalidate action, wrong table" '(#f) ;one value, #f (marionette-eval '(with-shepherd-action 'nscd ('invalidate "xyz") |