From: Stefan Metzmacher Date: Sun, 8 Aug 2010 08:15:12 +0000 (+0200) Subject: s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=8ca8250443319e0f19f05aab2014118fd03eaa8a;p=abartlet%2Fsamba.git%2F.git s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken See https://bugzilla.samba.org/show_bug.cgi?id=7486. metze --- diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c index 8e23637442e..7ef054a2638 100644 --- a/source4/torture/rpc/spoolss_notify.c +++ b/source4/torture/rpc/spoolss_notify.c @@ -500,6 +500,15 @@ static bool test_RFFPCNEx(struct torture_context *tctx, #endif struct dcerpc_binding_handle *b = p->binding_handle; + /* + * FIXME: + * This test is currently broken, as the started dcerpc server + * does not accept anonyous connection, because it is not provisioned. + * + * See https://bugzilla.samba.org/show_bug.cgi?id=7486. + */ + torture_skip(tctx, "skipping test_RFFPCNEx tests\n"); + received_packets = NULL; /* Start DCE/RPC server */