Disable the vfork() OS test... it fails

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5489 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-01-07 23:09:09 +00:00
parent ecaf2037fd
commit 12817ab49f

View File

@ -47,6 +47,16 @@
#include "ostest.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* Disabled this test for now. There are some issues with the vfork
* implementation.
*/
#undef CONFIG_ARCH_HAVE_VFORK
/****************************************************************************
* Private Data
****************************************************************************/