selftest: skip the troublesome samba4.rpc.unixinfo test
commit265a2bf04f7d9d5203606c47997f4c0c3a9ead5f
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Feb 2012 23:06:31 +0000 (29 10:06 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Feb 2012 09:41:07 +0000 (29 10:41 +0100)
treef1198a83cac5dbfff58c20f20c139d3e0a0fda20
parent692c42c42731b017310e07549489c3ab0bca7d12
selftest: skip the troublesome samba4.rpc.unixinfo test

The issue here is that while the single rpc_server process is stuck in
an nss_winbind getpwuid() call, winbindd cannot contact netlogon to
make the connection to the domain.

nss_winbind comes into play when (for s3fs) the
NSS_WRAPPER_WINBIND_SO_PATH environment variable is set.  In the
medium term, the unixinfo pipe should either be rewritten fully async
or removed.

Andrew Bartlett
selftest/skip