Skip to content

Commit 7a71f9a

Browse files
committed
test/librados/misc_cxx: disable the locator key test for crimson
Signed-off-by: Xuehan Xu <[email protected]>
1 parent b3754ac commit 7a71f9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/librados/misc_cxx.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ TEST_F(LibRadosMiscPP, LongNamePP) {
5050
}
5151

5252
TEST_F(LibRadosMiscPP, LongLocatorPP) {
53+
SKIP_IF_CRIMSON();
5354
bufferlist bl;
5455
bl.append("content");
5556
int maxlen = g_conf()->osd_max_object_name_len;

0 commit comments

Comments
 (0)