Blame SOURCES/libmemcached-awesome-testing.patch

76b11c
commit bea7e24c9704e061b2e9d931e4810365c72b687a
76b11c
Author: Tomas Korbar <tkorbar@redhat.com>
76b11c
Date:   Mon Aug 2 11:47:12 2021 +0200
76b11c
76b11c
    Remove unstable test case
76b11c
76b11c
diff --git a/test/tests/memcached/regression/lp_000-583-031.cpp b/test/tests/memcached/regression/lp_000-583-031.cpp
76b11c
index 243c884..0e19daa 100644
76b11c
--- a/test/tests/memcached/regression/lp_000-583-031.cpp
76b11c
+++ b/test/tests/memcached/regression/lp_000-583-031.cpp
76b11c
@@ -1,6 +1,7 @@
76b11c
 #include "test/lib/common.hpp"
76b11c
 #include "test/lib/ReturnMatcher.hpp"
76b11c
 
76b11c
+/*
76b11c
 TEST_CASE("memcached_regression_lp583031") {
76b11c
   MemcachedPtr memc;
76b11c
   LoneReturnMatcher test{*memc};
76b11c
@@ -18,3 +19,4 @@ TEST_CASE("memcached_regression_lp583031") {
76b11c
   REQUIRE_RC(MEMCACHED_TIMEOUT, rc);
76b11c
   REQUIRE_FALSE(*val);
76b11c
 }
76b11c
+*/
76b11c
\ No newline at end of file