[ https://issues.apache.org/jira/browse/GEODE-8062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17098592#comment-17098592 ]
ASF GitHub Bot commented on GEODE-8062: --------------------------------------- pivotal-jbarrett opened a new pull request #598: URL: https://github.com/apache/geode-native/pull/598 Use test DISABLED property to avoid accidental execution. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Assignee: Jacob Barrett > Priority: Major > > 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)