You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/09/22 21:10:00 UTC

[geode-native] 03/03: GEODE-3674: Remove testThinClientSecurityMultiUserTest from flaky list

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 <dk...@pivotal.io>
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
"commits@geode.apache.org" <co...@geode.apache.org>.