summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/ostest/vfork.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/examples/ostest/vfork.c b/apps/examples/ostest/vfork.c
index 6c83047e3..8657f0ceb 100644
--- a/apps/examples/ostest/vfork.c
+++ b/apps/examples/ostest/vfork.c
@@ -48,6 +48,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
****************************************************************************/