1DISABLED 2-------- 3 4.. versionadded:: 3.9 5 6If set to ``True``, the test will be skipped and its status will be 'Not Run'. A 7``DISABLED`` test will not be counted in the total number of tests and its 8completion status will be reported to CDash as ``Disabled``. 9 10A ``DISABLED`` test does not participate in test fixture dependency resolution. 11If a ``DISABLED`` test has fixture requirements defined in its 12:prop_test:`FIXTURES_REQUIRED` property, it will not cause setup or cleanup 13tests for those fixtures to be added to the test set. 14 15If a test with the :prop_test:`FIXTURES_SETUP` property set is ``DISABLED``, 16the fixture behavior will be as though that setup test was passing and any test 17case requiring that fixture will still run. 18