:orphan: .. title:: CONFIG_ZTEST_FAIL_FAST .. kconfig:: CONFIG_ZTEST_FAIL_FAST CONFIG_ZTEST_FAIL_FAST ###################### *Abort on first failing test* Type: ``bool`` Help ==== .. code-block:: none Stop and abort on first failing test. Do not continue with other tests that might be in the queue. Direct dependencies =================== \ :kconfig:`ZTEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/testsuite/ztest/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework .. code-block:: kconfig config ZTEST_FAIL_FAST bool "Abort on first failing test" depends on ZTEST help Stop and abort on first failing test. Do not continue with other tests that might be in the queue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*