diff --git a/examples/ostest/vfork.c b/examples/ostest/vfork.c index 6c83047e3..8657f0ceb 100644 --- a/examples/ostest/vfork.c +++ b/examples/ostest/vfork.c @@ -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 ****************************************************************************/