projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
fe7194f
)
testing: re-enable udp test on mac [travis skip]
author
Michael Wallner
<mike@php.net>
Wed, 7 Oct 2020 14:10:44 +0000
(16:10 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 7 Oct 2020 14:10:44 +0000
(16:10 +0200)
test/tests/memcached/udp.cpp
patch
|
blob
|
history
diff --git
a/test/tests/memcached/udp.cpp
b/test/tests/memcached/udp.cpp
index ad242145dcb67d51c29ba4a80faa7218a3faf554..f832e75ffa1246230da5b18da069f9e41a1cd39b 100644
(file)
--- a/
test/tests/memcached/udp.cpp
+++ b/
test/tests/memcached/udp.cpp
@@
-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
}