From b772f4cdffda7f7e1bd0a7951bec0304102606d2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 17 Sep 2010 10:06:16 +0200 Subject: testprogs: skip two tests in spoolss tester. Guenther --- testprogs/win32/spoolss/testspoolss.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testprogs/win32') diff --git a/testprogs/win32/spoolss/testspoolss.c b/testprogs/win32/spoolss/testspoolss.c index 7aa3703f89..d0129ef7fe 100644 --- a/testprogs/win32/spoolss/testspoolss.c +++ b/testprogs/win32/spoolss/testspoolss.c @@ -1052,8 +1052,12 @@ static BOOL test_OnePrinter(struct torture_context *tctx, ret &= test_EnumPrinterData(tctx, printername, handle); ret &= test_EnumPrinterDataEx(tctx, printername, "PrinterDriverData", handle, NULL, NULL); ret &= test_DeviceModes(tctx, printername, handle); +#if 0 + /* dont run these at the moment, behaviour is PrinterData API calls (not + * dcerpc calls) is almost unpredictable - gd */ ret &= test_PrinterData(tctx, printername, handle); ret &= test_PrinterDataW(tctx, printername, handle); +#endif ret &= test_ClosePrinter(tctx, handle); return ret; -- cgit