]> git-server-git.apps.pok.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)
committerXuehan Xu <xuxuehan@qianxin.com>
Sun, 7 Apr 2024 06:28:56 +0000 (14:28 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
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;