mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 02:21:49 +02:00
tests: Skip unreliable "herd invalidate nscd" test.
* gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong table"]: Skip unconditionally.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user