s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken
authorStefan Metzmacher <metze@samba.org>
Sun, 8 Aug 2010 08:15:12 +0000 (10:15 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 8 Aug 2010 09:05:17 +0000 (11:05 +0200)
See https://bugzilla.samba.org/show_bug.cgi?id=7486.

metze

source4/torture/rpc/spoolss_notify.c

index 8e23637442e92a3503b407a1980d54b65f3c81a5..7ef054a26387a83b5bc9471677cfa936033b6521 100644 (file)
@@ -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 */