summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-08 10:15:12 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-08 11:05:17 +0200
commit8ca8250443319e0f19f05aab2014118fd03eaa8a (patch)
treeed7adca46174b359cb240b12d0e7602827e6a4b5 /source4
parentcc6951243d5641e2185ed9dee3b6ee4de07d217b (diff)
downloadsamba-8ca8250443319e0f19f05aab2014118fd03eaa8a.tar.gz
samba-8ca8250443319e0f19f05aab2014118fd03eaa8a.tar.bz2
samba-8ca8250443319e0f19f05aab2014118fd03eaa8a.zip
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
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss_notify.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c
index 8e23637442..7ef054a263 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 */