summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ctest_test-ignore-skipped-tests.rst
blob: 1e2486c5be0ab6b91229685719df6f8052c4cbcb (plain)
1
2
3
4
5
6
7
ctest_test-ignore-skipped-tests
-------------------------------

* When running tests, CTest learned to treat skipped tests (using the
  :prop_test:`SKIP_RETURN_CODE` property) the same as tests with the
  :prop_test:`DISABLED` property. Due to this change, CTest will not indicate
  failure when all tests are either skipped or pass.