From e1622519d3d219d3828c71cda55e87eb36041d43 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 13 Jan 2006 16:44:32 +0000 Subject: r12907: skip some tests for make quicktest in NBT-WINSREPLICATION metze (This used to be commit b206c5e87c791ac8f2ecf5b7ef6b2622ad735f54) --- source4/torture/nbt/winsreplication.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index a6089fc2db..5b8aa0119a 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -9524,6 +9524,8 @@ BOOL torture_nbt_winsreplication(void) ret &= test_wins_replication(mem_ctx, address); + if (lp_parm_bool(-1, "torture", "quick", False)) goto done; + ctx = test_create_conflict_ctx(mem_ctx, address); if (!ctx) return False; @@ -9532,6 +9534,7 @@ BOOL torture_nbt_winsreplication(void) ret &= test_conflict_owned_released_vs_replica(ctx); ret &= test_conflict_owned_active_vs_replica(ctx); +done: talloc_free(mem_ctx); return ret; -- cgit