moleske commented on a change in pull request #765:
URL: https://github.com/apache/geode-native/pull/765#discussion_r593477610



##########
File path: cppcache/integration/test/BasicIPv6Test.cpp
##########
@@ -53,7 +55,11 @@ std::shared_ptr<Region> setupRegion(Cache& cache) {
  * Example test using 2 servers and waiting for async tasks to synchronize 
using
  * furtures.
  */
+#ifdef WITH_IPV6
+TEST(BasicIPv6Test, queryResultForRange) {
+#else
 TEST(BasicIPv6Test, DISABLED_queryResultForRange) {

Review comment:
       I think this comment got switched with the one about 
QueueConnectionRequestTest.  QueueConnectionRequestTest is indeed not portable, 
but I didn't quite figure out how to deal with the different address formatting




----------------------------------------------------------------
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:
[email protected]


Reply via email to