From a8e4c0bc6bbb01fe7d4e8a978675e72b4b5784e4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 3 May 2011 16:56:26 -0700 Subject: [PATCH] Disable fail-always and pass-always --- test/test-list.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test-list.h b/test/test-list.h index 23708dba..f449001f 100644 --- a/test/test-list.h +++ b/test/test-list.h @@ -59,7 +59,9 @@ TASK_LIST_START TEST_ENTRY (timeout) +#if 0 + /* These are for testing the test runner. */ TEST_ENTRY (fail_always) - TEST_ENTRY (pass_always) +#endif TASK_LIST_END