2017-07-20 19:35:53 +02:00
|
|
|
DISABLED
|
|
|
|
--------
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
.. versionadded:: 3.9
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
If set to ``True``, the test will be skipped and its status will be 'Not Run'. A
|
|
|
|
``DISABLED`` test will not be counted in the total number of tests and its
|
|
|
|
completion status will be reported to CDash as ``Disabled``.
|
2017-07-20 19:35:53 +02:00
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
A ``DISABLED`` test does not participate in test fixture dependency resolution.
|
|
|
|
If a ``DISABLED`` test has fixture requirements defined in its
|
2017-07-20 19:35:53 +02:00
|
|
|
:prop_test:`FIXTURES_REQUIRED` property, it will not cause setup or cleanup
|
|
|
|
tests for those fixtures to be added to the test set.
|
|
|
|
|
2019-11-11 23:01:05 +01:00
|
|
|
If a test with the :prop_test:`FIXTURES_SETUP` property set is ``DISABLED``,
|
|
|
|
the fixture behavior will be as though that setup test was passing and any test
|
2017-07-20 19:35:53 +02:00
|
|
|
case requiring that fixture will still run.
|