From 33572a36624aa1c5cca409cfee36eb67982f4891 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 15 May 2019 12:14:58 +0200 Subject: tests: Skip unreliable "herd invalidate nscd" test. * gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong table"]: Skip unconditionally. --- gnu/tests/base.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/tests') 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") -- cgit v1.2.3