Jacob Barrett created GEODE-8062:
------------------------------------
Summary: Disable broken tests to avoid accidental runs
Key: GEODE-8062
URL: https://issues.apache.org/jira/browse/GEODE-8062
Project: Geode
Issue Type: Improvement
Components: native client
Reporter: Jacob Barrett
In the initial migration to CMake there wasn't a way to mark tests as disabled
in CTest. Our solution was to use {{LABELS}}. The use of labels can result in
unexpected execution of a test during {{--rerun-failed}} or {{-R}} options. As
of CMake 3.9 you can disabled at test with the {{DISABLED}} property.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)