summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-04-02 13:19:59 +0200
committerGünther Deschner <gd@samba.org>2015-04-13 13:08:12 +0200
commit11586f16479cd728fe4d84020a05939ab33dae73 (patch)
tree1b1d345707104a001f82e2bd981c81e719069607 /source4
parentfbd1c2450685c8ac690d833e02d503c97bd9b40e (diff)
downloadsamba-11586f16479cd728fe4d84020a05939ab33dae73.tar.gz
s4-torture: skip witness_AsyncNotify test for now.
We need to use real async calls in this test and add some clusapi commands so we can remotely modify the cluster to actually trigger notifications. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/witness.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/witness.c b/source4/torture/rpc/witness.c
index 7e2bf339ebe..39aef11c422 100644
--- a/source4/torture/rpc/witness.c
+++ b/source4/torture/rpc/witness.c
@@ -504,6 +504,8 @@ static bool test_witness_AsyncNotify(struct torture_context *tctx,
(struct torture_test_witness_state *)data;
int i;
+ torture_skip(tctx, "skipping witness_AsyncNotify test");
+
init_witness_test_state(tctx, p, state);
for (i=0; state->list && i < state->list->num_interfaces; i++) {