This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-native.git
commit be340c305bd5021bab573c95071e17965279a883 Author: David Kimura <[email protected]> AuthorDate: Wed Sep 20 14:28:46 2017 -0700 GEODE-3674: Remove testThinClientSecurityMultiUserTest from flaky list --- cppcache/integration-test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/cppcache/integration-test/CMakeLists.txt b/cppcache/integration-test/CMakeLists.txt index 0df3bcb..dd43783 100644 --- a/cppcache/integration-test/CMakeLists.txt +++ b/cppcache/integration-test/CMakeLists.txt @@ -174,7 +174,6 @@ set_property(TEST testThinClientPutAll PROPERTY LABELS FLAKY) set_property(TEST testThinClientPutAllPRSingleHop PROPERTY LABELS FLAKY) set_property(TEST testThinClientPutAllWithCallBackArgWithoutConcurrency PROPERTY LABELS FLAKY) set_property(TEST testThinClientSecurityCQAuthorizationMU PROPERTY LABELS FLAKY) -set_property(TEST testThinClientSecurityMultiUserTest PROPERTY LABELS FLAKY) set_property(TEST testThinClientTXFailover PROPERTY LABELS FLAKY) set_property(TEST testThinClientTransactionsWithSticky PROPERTY LABELS FLAKY) set_property(TEST testThinClientTransactionsXA PROPERTY LABELS FLAKY) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
