]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librados/misc_cxx: disable the locator key test for crimson
authorXuehan Xu <xuxuehan@qianxin.com>
Tue, 2 Apr 2024 10:13:54 +0000 (18:13 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 21 May 2024 12:41:14 +0000 (15:41 +0300)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
(cherry picked from commit 7a71f9a390774e868edb8c14c9cd03720f6e46da)

src/test/librados/misc_cxx.cc

index 545d5e57bdff8dbf749010dd5d9a17870be20578..1f8c212beafed81d5a76e8cce6ca453c82b12a82 100644 (file)
@@ -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;