Skip to content

Commit b3754ac

Browse files
committed
test/pybind/test_rados: disable the locator key test for crimson
clusters Signed-off-by: Xuehan Xu <[email protected]>
1 parent 44434b2 commit b3754ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/pybind/test_rados.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,8 @@ def test_xattrs_op(self):
715715
self.ioctx.operate_write_op(write_op, 'abc')
716716

717717
def test_locator(self):
718+
if os.getenv("CRIMSON_COMPAT") != None:
719+
return
718720
self.ioctx.set_locator_key("bar")
719721
self.ioctx.write('foo', b'contents1')
720722
objects = [i for i in self.ioctx.list_objects()]

0 commit comments

Comments
 (0)