[
https://issues.apache.org/jira/browse/GEODE-8062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104602#comment-17104602
]
ASF subversion and git services commented on GEODE-8062:
--------------------------------------------------------
Commit 330e8da18899b057028fc982f581464a3a1209c9 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=330e8da ]
GEODE-8062: Disables flaky and omitted tests. (#598)
Use test DISABLED property to avoid accidental execution.
> 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)