From 6633c3cd8a85e484e9a38420efec13d4a2813d78 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 20 Oct 2010 16:43:06 +0530 Subject: auto-test: Disable blocking and nonblocking write flood tests These tests need qemu enhancements not yet upstream to work. They'll be enabled when the changes land in qemu.git. Signed-off-by: Amit Shah --- auto-virtserial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto-virtserial.c b/auto-virtserial.c index df0efd6..03c3090 100644 --- a/auto-virtserial.c +++ b/auto-virtserial.c @@ -1670,11 +1670,13 @@ static int start_tests(void) if (ret) return ret; +#if 0 ret = run_test(TEST_BLOCKING_WRITE, 2); if (ret) return ret; run_test(TEST_NONBLOCK_WRITE, 2); +#endif run_test(TEST_POLL, 2); -- cgit