testing: re-enable udp test on mac [travis skip]
authorMichael Wallner <mike@php.net>
Wed, 7 Oct 2020 14:10:44 +0000 (16:10 +0200)
committerMichael Wallner <mike@php.net>
Wed, 7 Oct 2020 14:10:44 +0000 (16:10 +0200)
test/tests/memcached/udp.cpp

index ad242145dcb67d51c29ba4a80faa7218a3faf554..f832e75ffa1246230da5b18da069f9e41a1cd39b 100644 (file)
@@ -2,10 +2,6 @@
 #include "test/lib/MemcachedCluster.hpp"
 
 TEST_CASE("memcached_udp") {
-#ifdef __APPLE__
-  WARN("skip: memcached crashes");
-  SUCCEED();
-#else
   auto test = MemcachedCluster::udp();
   auto memc = &test.memc;
 
@@ -76,5 +72,4 @@ TEST_CASE("memcached_udp") {
       }
     }
   }
-#endif
 }