From 826d4af13c7a3c1907de5a4beabb3191c48083fd Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 4 Aug 2016 12:51:24 -0700 Subject: [PATCH] s4: tests: Skip samba4.blackbox.samba_tool.* and samba4.*repl.*. Please revert once the tests are fixed. Signed-off-by: Jeremy Allison --- selftest/skip | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selftest/skip b/selftest/skip index ba6718a..c3eae2b 100644 --- a/selftest/skip +++ b/selftest/skip @@ -138,3 +138,5 @@ bench # don't run benchmarks in our selftest ^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use ^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use GETADDRINFO # socket wrapper doesn't support threads +^samba4.blackbox.samba_tool.* +^samba4.*repl.* -- 2.8.0.rc3.226.g39d4020