You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by dg...@apache.org on 2017/10/17 14:39:10 UTC

[geode-native] 01/01: GEODE-3842: Fix typo in labeling ThinClientQueryTestsN flaky

This is an automated email from the ASF dual-hosted git repository.

dgkimura pushed a commit to branch feature/GEODE-3842
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit d5fc002e1134be54f68d3f8c67cb1032f595dfcc
Author: David Kimura <dk...@pivotal.io>
AuthorDate: Tue Oct 17 14:11:53 2017 +0000

     GEODE-3842: Fix typo in labeling ThinClientQueryTestsN flaky
---
 clicache/integration-test/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clicache/integration-test/CMakeLists.txt b/clicache/integration-test/CMakeLists.txt
index d15af86..942b557 100644
--- a/clicache/integration-test/CMakeLists.txt
+++ b/clicache/integration-test/CMakeLists.txt
@@ -96,7 +96,7 @@ endforeach()
 
 # Label any flaky tests here
 set_property(TEST ThinClientCqTestsN PROPERTY LABELS FLAKY)
-set_property(TEST ThinClientRemoteQueryTestsN PROPERTY LABELS FLAKY)
+set_property(TEST ThinClientQueryTestsN PROPERTY LABELS FLAKY)
 
 # Label any tests that always fail here
 set_property(TEST OverflowTestsN PROPERTY LABELS OMITTED)

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.