summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2010-04-07 18:19:30 +0530
committerAmit Shah <amit.shah@redhat.com>2010-04-07 18:19:30 +0530
commit691a9fec90a8ab1684f2e014f96fa076363543b3 (patch)
treea0754c862b67fc03bb23ebc186daa7e36781a55a
parent48b69a62b6abd32c5e09a2de8fdaadee9f358a04 (diff)
downloadtest-virtserial-691a9fec90a8ab1684f2e014f96fa076363543b3.tar.gz
test-virtserial-691a9fec90a8ab1684f2e014f96fa076363543b3.tar.xz
test-virtserial-691a9fec90a8ab1684f2e014f96fa076363543b3.zip
auto-test: Disable nonblocking write test till nonblock patches are upstream
Until writes become nonblocking, this test will just make sure the guest goes into an infinite loop in the kernel -- not something we want to happen. Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--auto-virtserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-virtserial.c b/auto-virtserial.c
index 8128dd2..f52f1d6 100644
--- a/auto-virtserial.c
+++ b/auto-virtserial.c
@@ -1252,7 +1252,7 @@ static int start_tests(void)
run_test(TEST_NOBLOCK_READ, 2);
run_test(TEST_BLOCKING_WRITE, 2);
- run_test(TEST_NONBLOCK_WRITE, 2);
+// run_test(TEST_NONBLOCK_WRITE, 2);
run_test(TEST_POLL, 2);