From: Xuehan Xu Date: Tue, 2 Apr 2024 10:13:54 +0000 (+0800) Subject: test/librados/misc_cxx: disable the locator key test for crimson X-Git-Tag: v19.1.1~325^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc5e5d74505758bde0515a6910bc3b1e261cae30;p=ceph.git test/librados/misc_cxx: disable the locator key test for crimson Signed-off-by: Xuehan Xu (cherry picked from commit 7a71f9a390774e868edb8c14c9cd03720f6e46da) --- diff --git a/src/test/librados/misc_cxx.cc b/src/test/librados/misc_cxx.cc index 545d5e57bdff8..1f8c212beafed 100644 --- a/src/test/librados/misc_cxx.cc +++ b/src/test/librados/misc_cxx.cc @@ -50,6 +50,7 @@ TEST_F(LibRadosMiscPP, LongNamePP) { } TEST_F(LibRadosMiscPP, LongLocatorPP) { + SKIP_IF_CRIMSON(); bufferlist bl; bl.append("content"); int maxlen = g_conf()->osd_max_object_name_len;